You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to Kafka doc client id is used for tracking purpose
An id string to pass to the server when making requests. The purpose of this is to be able to track the source of requests beyond just ip/port by allowing a logical application name to be included in server-side request logging.
Requirement - what kind of business use case are you trying to solve?
I'm trying to use Jaeger Ingester to consume tracing messages from Kafka.
Problem - what in Jaeger blocks you from solving the requirement?
Currently Ingester doesn't support specify client id. Would have to add more customization for ingester.
Proposal - what do you suggest to solve the problem or improve the existing situation?
na
Any open questions to address
na
The text was updated successfully, but these errors were encountered: