Skip to content

Commit

Permalink
Fix package name; add links to Alpakka (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Sep 4, 2019
1 parent 54dd7ef commit 130858f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/src/main/paradox/home.md
Expand Up @@ -50,12 +50,19 @@ The table below shows Alpakka Kafka's direct dependencies and the second tab sho

## Scala and Java APIs

There are two separate packages named `akka.kafka.scaladsl` and `akka.kafka.docs.javadsl`
Following Akka's conventions there are two separate packages named `akka.kafka.scaladsl` and `akka.kafka.javadsl`
with the API for Scala and Java. These packages contain `Producer` and `Consumer`
classes with factory methods for the various Akka Streams `Flow`, `Sink` and `Source`
that are producing or consuming messages to/from Kafka.


## Examples

A few self-contained examples using Alpakka are available as [Alpakka Samples](https://akka.io/alpakka-samples/).

To read and see how others use Alpakka see the [Alpakka documentation's Webinars, Presentations and Articles](https://doc.akka.io/docs/alpakka/current/other-docs/webinars-presentations-articles.html) listing.


## Contributing

Please feel free to contribute to Alpakka and the Alpakka Kafka connector by reporting issues you identify, or by suggesting changes to the code. Please refer to our [contributing instructions](https://github.com/akka/reactive-kafka/blob/master/CONTRIBUTING.md) to learn how it can be done.
Expand Down

0 comments on commit 130858f

Please sign in to comment.