[
https://issues.apache.org/jira/browse/KAFKA-5755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141945#comment-16141945
]
ASF GitHub Bot commented on KAFKA-5755:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/3703
> Refactor Producer to use LogContext
> -----------------------------------
>
> Key: KAFKA-5755
> URL: https://issues.apache.org/jira/browse/KAFKA-5755
> Project: Kafka
> Issue Type: Improvement
> Components: producer
> Reporter: Jason Gustafson
> Assignee: huxihx
> Labels: newbie
> Fix For: 1.0.0
>
>
> We added a {{LogContext}} object which automatically adds a log prefix to
> every message written by loggers constructed from it (much like the Logging
> mixin available in the server code). We use this in the consumer to ensure
> that messages always contain the consumer group and client ids, which is very
> helpful when multiple consumers are run on the same instance. We should do
> something similar for the producer. We should always include the client id,
> and if one is provided, the transactional id.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)