Skip to content

KAFKA-6670: Implement a Scala wrapper library for Kafka Streams#4756

Closed
debasishg wants to merge 23 commits intoapache:trunkfrom
lightbend:scala-streams
Closed

KAFKA-6670: Implement a Scala wrapper library for Kafka Streams#4756
debasishg wants to merge 23 commits intoapache:trunkfrom
lightbend:scala-streams

Conversation

@debasishg
Copy link
Copy Markdown
Contributor

This PR implements a Scala wrapper library for Kafka Streams. The library is implemented as a project under streams, namely :streams:streams-scala. The PR contains the following:

  • the library implementation of the wrapper abstractions
  • the test suite
  • the changes in build.gradle to build the library jar

The library has been tested running the tests as follows:

$ ./gradlew -Dtest.single=StreamToTableJoinScalaIntegrationTestImplicitSerdes streams:streams-scala:test
$ ./gradlew -Dtest.single=StreamToTableJoinScalaIntegrationTestImplicitSerdesWithAvro streams:streams-scala:test
$ ./gradlew -Dtest.single=WordCountTest streams:streams-scala:test

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants