what's the mapping concept of client.id
in kafka?
#245
Answered
by
dasch
xiaoronglv
asked this question in
Q&A
-
there is a configuration called is there a mapping concept in kafka? |
Beta Was this translation helpful? Give feedback.
Answered by
dasch
May 17, 2021
Replies: 1 comment
-
The client id identifies a logical consumer group. It's primarily used for logging and monitoring, I believe. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dasch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The client id identifies a logical consumer group. It's primarily used for logging and monitoring, I believe.