chia7712 commented on code in PR #20159:
URL: https://github.com/apache/kafka/pull/20159#discussion_r2616414171
##########
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##########
@@ -248,6 +248,18 @@ public class KafkaProducer<K, V> implements Producer<K, V>
{
public static final String NETWORK_THREAD_PREFIX =
"kafka-producer-network-thread";
public static final String PRODUCER_METRIC_GROUP_NAME = "producer-metrics";
+ private static final String INIT_TXN_TIMEOUT_MSG = "InitTransactions timed
out — " +
Review Comment:
Let's stick to the ASCII hyphen `-` and avoid using the longer dashes `–` or
`—`. I will prepare a patch for this change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]