KAFKA-7027: Add an overload build method in scala (#6373)
The Java API can pass a Properties object to StreamsBuilder#build, to allow, e.g., topology optimization, while the Scala API does not yet. The latter only delegates the work to the underlying Java implementation. Reviewers: John Roesler <john@confluent.io>, Bill Bejeck <bbejeck@gmail.com>
Showing
- streams/streams-scala/src/main/scala/org/apache/kafka/streams/scala/StreamsBuilder.scala 11 additions, 0 deletions...scala/org/apache/kafka/streams/scala/StreamsBuilder.scala
- streams/streams-scala/src/test/scala/org/apache/kafka/streams/scala/TopologyTest.scala 173 additions, 2 deletions...t/scala/org/apache/kafka/streams/scala/TopologyTest.scala
Loading
Please register or sign in to comment