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.