From 41cc22136301fda1e4684f0ebf3021b1eb7c2af3 Mon Sep 17 00:00:00 2001 From: Itamar Ravid Date: Sat, 28 Sep 2019 09:15:06 +0300 Subject: [PATCH] Add credits to Alpakka Kafka and copyright --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 32c5493cc..d34a124bd 100644 --- a/README.md +++ b/README.md @@ -88,5 +88,13 @@ def partitionedStream: ZStream[Clock with Blocking, Please feel free to use the [Gitter](https://gitter.im/zio/zio-kafka) channel for any and all questions you may have. +## Credits + +This library is heavily inspired and made possible by the research and implementation done in [Alpakka Kafka](https://github.com/akka/alpakka-kafka), a library maintained by Lightbend and originally written as Reactive Kafka by SoftwareMill. + +## Legal + +Copyright 2019 Itamar Ravid and the zio-kafka contributors. All rights reserved. + [Link-SonatypeReleases]: https://oss.sonatype.org/content/repositories/releases/dev/zio/zio-kafka_2.12/ "Sonatype Releases" [Badge-SonatypeReleases]: https://img.shields.io/nexus/r/https/oss.sonatype.org/dev.zio/zio-kafka_2.12.svg "Sonatype Releases"