ashmeet13 commented on PR #12988:
URL: https://github.com/apache/kafka/pull/12988#issuecomment-1762139883

   Got it! I'll make this change - for now I have gone through the code and the 
following two references and compiled a list of configs that are somehow 
"controlled" by KS. For now sharing the Producer Configs here and soon Consumer 
Configs too
   
   **Producer Configs with EoS Disabled**
   ```
   1. [Editable] [CustomDefault] linger.ms = 100
   2. [Fixed] partitioner.class = StreamsPartitioner
   ```
   
   **Producer Configs with EoS Disabled**
   ```
   1. [Editable] [CustomDefault] linger.ms = 100
   2. [Fixed] partitioner.class = StreamsPartitioner
   3. [Fixed] enable.idempotence = true
   4. [Validate] max.in.flight.requests.per.connection <= 5
   5. [Fixed] [NoDefault] transactional.id = <appId>-<generatedSuffix>
   6. [Editable] [CustomDefault] delivery.timeout.ms = Integer.MAX
   7. [Editable] [CustomDefault] transaction.timeout.ms = 10000
   ```


-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to