GitHunt
AD

adobe/eventhub-akka-connector

Akka streams connector/consumer for Azure Event Hub and an Akka streams Source

Akka Streams Consumer for Azure Event Hub

Akka streams connector for Azure Event Hub and an Akka streams Source. Can be used as a consumer.

Documentation

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

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.

Code of Conduct

This project abides by the Adobe Code of Conduct. See CODE OF CONDUCT.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

Languages

Java100.0%

Contributors

Apache License 2.0
Created May 1, 2018
Updated May 5, 2023
adobe/eventhub-akka-connector | GitHunt