nicktelford opened a new pull request #11724:
URL: https://github.com/apache/kafka/pull/11724


   
[KIP-819](https://cwiki.apache.org/confluence/display/KAFKA/KIP-819%3A+Merge+multiple+KStreams+in+one+operation)
   
   The `KStream#merge` API has been modified to permit merging many
   KStreams together in a single operation.
   
   The unnamed vararg variant of the API wholly replaces the previous unnamed
   singleton variant, as they would conflict. The API remains
   source-compatible with the singleton API because vararg parameters can
   be provided a single parameter at the call-site.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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