/akka-stream-kafka-sample

Primary LanguageScalaApache License 2.0Apache-2.0

Akka Streams Kafka Sample

This is a very simple example project to start exploring Kafka with Akka Streams.

To run this example you must have a running Kafka instance. You can play with the values in the SampleApp and see what happens. :)

  • host: Kafka Host
  • port: Kafka Port
  • topic: Kafka Topic
  • startAtOffset: Will change the starting point for the consumer

Resources: http://doc.akka.io/docs/akka-stream-kafka/current/home.html

Contribution policy

Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project's open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project's open source license and warrant that you have the legal authority to do so.

License

This code is open source software licensed under the Apache 2.0 License.