dino2895 opened a new pull request, #23261: URL: https://github.com/apache/kafka/pull/23261
This PR addresses follow-up comments from the review on #19319: https://github.com/apache/kafka/pull/19319#pullrequestreview-4996346537 ### Changes - Use `REPLICA_FETCH_RESPONSE_MAX_BYTES_CONFIG` instead of the documentation constant when configuring `replica.fetch.response.max.bytes`. - Use `ClusterInstance#createTopic` when creating the group metadata topic so the test waits for topic creation rather than deletion. ### Testing ```bash ./gradlew clients:clients-integration-tests:test \ --tests org.apache.kafka.clients.producer.ProducerFailureHandlingTest ``` -- 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]
