guizmaii commented on code in PR #13914:
URL: https://github.com/apache/kafka/pull/13914#discussion_r1245542620
##########
clients/src/main/java/org/apache/kafka/clients/consumer/ThreadAccessKey.java:
##########
@@ -0,0 +1,8 @@
+package org.apache.kafka.clients.consumer;
+
+/**
+ * A key that can be used to pass access to the Kafka consumer to another
thread.
+ * Can be obtained via {@link KafkaConsumer#getThreadAccessKey()}.
+ */
+public class ThreadAccessKey {
Review Comment:
`final`?
--
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]