Akka streams connector for Azure Event Hub and an Akka streams Source. Can be used as a consumer.
To create a new EventHubSource use the default constructor new EventHubSource()
and to create a usable Akka streams source use Source.fromGraph(new EventHubSource())
. To materialize it into
a IEventProcessor it has to be materialized and run, like an Akka streams source( see the example for details).
There is an application.conf
file where a specific Event Hub's keys and consumer groups can be specified.
Contributions are welcome. Have a look at our Contribution Guidelines. A Sink still has to be written for the whole flow to be complete. Please fork the project and create for your finished feature a pull request.
This project abides by the Adobe Code of Conduct. See CODE OF CONDUCT.
This project is licensed under the Apache V2 License. See LICENSE for more information.