Replies: 3 comments 2 replies
-
No it is not, it was possible with old versions of Kafka client but it has been intentionally removed. |
Beta Was this translation helpful? Give feedback.
-
Maybe |
Beta Was this translation helpful? Give feedback.
-
That can work. Probably best to say my use case. I am trying to create a generic admin microservice that outputs the consumer groups for a particular topic (for observability). We have 3 replicas in a replicaset for some other microservice associated with a topic with 3 partitions and I just want to be able to ensure I can associate it from the logs of a particular pod to the partition Is there a way to get a handle to the KafkaClient object that Helidon MP Bootstraps with and output the client.id in the logs? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is there a way to set the consumer-id using the KafkaConnector?
I do not see it in the docs:
https://helidon.io/docs/v2/#/mp/reactivemessaging/04_kafka
Nor do I see it in KafkaConfigBuilder:
https://helidon.io/docs/v2/apidocs/io.helidon.messaging.connectors.kafka/io/helidon/messaging/connectors/kafka/KafkaConfigBuilder.html
Beta Was this translation helpful? Give feedback.
All reactions