mshijin-ksolves opened a new pull request, #21308: URL: https://github.com/apache/kafka/pull/21308
**Ticket:-** KAFKA:19979 : Improve Kafka Streams config files **Description**: Create a Kafka Streams config file for the shipped Kafka binary. As per the requirement of the ticket mentioned in its description, we have created a ** config/streams.properties** . This file contains important configuration properties along with their default values. It simplifies development by avoiding the need to repeatedly define the same Kafka Streams configurations across multiple stream files. Developers can directly load this properties file in their code and override only the required configurations based on their use case. Ticket link : https://issues.apache.org/jira/browse/KAFKA-19979 @Evan Zhou Please review this file if possible. -- 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]
