Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Conversation

@deanwampler
Copy link

Minor addition to the top-level README, pointing out how to cross build for Scala 2.11 and 2.12.

3. [An example application](https://github.com/lightbend/kafka-streams-scala/blob/develop/kafka-stream-q-example-dsl/README.md) based on Kafka Streams DSL that uses the library in (2).

These tools support Kafka 1.0.0.
These tools support Kafka 1.0.0. By default, they build for Scala 2.12 (with Scala 2.12.4), but you can build targets for both 2.12 and 2.11 (using Scala 2.11.11) in SBT by adding a plus, `+`, before each command. For example:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently the libraries support cross build to Scala 2.11. The 2 example applications support only Scala 2.12. This is because I use some scalacOptions in the application build which are valid only for Scala 2.12.

Copy link

@blublinsky blublinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.
Still why you are not using Kafka local for this?
Readme says that both zk and Kafka should be running?

@debasishg
Copy link
Contributor

@blublinsky I will add Kafka local soon .. may be tomorrow .. It will be a different PR .. But I want to keep both the options open ..

@debasishg debasishg merged commit af60f2e into develop Dec 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

4 participants