Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickstart field in datagen connector #57

Open
chainhead opened this issue Mar 17, 2020 · 0 comments
Open

quickstart field in datagen connector #57

chainhead opened this issue Mar 17, 2020 · 0 comments

Comments

@chainhead
Copy link

Is the quickstart field mandatory?

This configuration does not work.

{
  "name": "rawdatagen",
  "connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector",
  "key.converter": "org.apache.kafka.connect.storage.StringConverter",
  "kafka.topic": "pageviews",
  "max.interval": "100",
  "iterations": "1000000"
}

But, this one works.

{
  "name": "rawdatagen",
  "connector.class": "io.confluent.kafka.connect.datagen.DatagenConnector",
  "key.converter": "org.apache.kafka.connect.storage.StringConverter",
  "kafka.topic": "pageviews",
  "max.interval": "100",
  "iterations": "1000000",
  "quickstart": "pageviews"
}

Also, I am using the Docker version as described here. So, if I wanted to add my own quickstart, do I have to rebuild this Dockerfile and use the same when bringing up Kafka?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant