Skip to content

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

License

Notifications You must be signed in to change notification settings

BulkSecurityGeneratorProjectV2/adobe__eventhub-akka-connector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%