You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "calmera (via GitHub)" <gi...@apache.org> on 2023/02/10 07:07:24 UTC

[GitHub] [kafka] calmera commented on a diff in pull request #12742: KAFKA-10892: Shared Readonly State Stores ( revisited )

calmera commented on code in PR #12742:
URL: https://github.com/apache/kafka/pull/12742#discussion_r1102355418


##########
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java:
##########
@@ -54,7 +54,7 @@
  * The consumer configuration keys
  */
 public class ConsumerConfig extends AbstractConfig {
-    private static final ConfigDef CONFIG;
+    protected static final ConfigDef CONFIG;

Review Comment:
   Hmm looks like my reverse consumer work got committed by accident. will clean it and go through your comments



-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org