Replies: 1 comment
-
Trino Kafka connector doesn't use consumer groups since each worker needs to read pre-determined portion of the topic. Why do you want to use consumer groups? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my case each topic need to apply the consume group access,So how to config the consume group ?
I got below error message and I think it is due to consume group missing.
2024-03-27T21:34:04.855+0800 WARN Query-20240327_133327_00002_43y4u-376 org.apache.kafka.clients.NetworkClient [Consumer clientId=consumer-1, groupId=null] Bootstrap broker xxxx:9093 (id: -1 rack: null) disconnected
Beta Was this translation helpful? Give feedback.
All reactions