simplesteph / kafka-connect-github-source

Get a stream of issues and pull requests for your chosen GitHub repository
https://links.datacumulus.com/kafka-connect-coupon
MIT License
445 stars 190 forks source link

how i create a custom group.id for connector workers #11

Open indrajagadeesh opened 5 years ago

indrajagadeesh commented 5 years ago

hi, i am running kafka connector and tried to sink topic data to file, as my topic is correct but kafka connect is prefixing connect- to name of group.id .

eg name: simplesteph in consume group.id = connect-simplesteph.

can i change the prefix.

thank you.