chia7712 commented on code in PR #22575:
URL: https://github.com/apache/kafka/pull/22575#discussion_r3949819141


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/producer/ProducerFailureHandlingTest.java:
##########
@@ -292,4 +332,25 @@ private Map<String, Object> producerConfig(int acks) {
                 BUFFER_MEMORY_CONFIG, producerBufferSize);
     }
 
+    private void createInternalTopic(ClusterInstance clusterInstance) throws 
Exception {

Review Comment:
   ```java
       private void createInternalTopic(ClusterInstance clusterInstance) throws 
Exception {
           clusterInstance.createTopic(Topic.GROUP_METADATA_TOPIC_NAME, 1, 
(short) 1, clusterInstance.brokers().get(0)
                   .groupCoordinator()
                   .groupMetadataTopicConfigs());
       }
   ```



-- 
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]

Reply via email to