stream-reactor
stream-reactor copied to clipboard
Azure Servicebus Source Connector
Description
Initial version of Azure ServiceBus Connector. This is based on a PR which is 3 years old but translated to java and cleaned up. It has some notable differences (e.g. it's no longer needed to construct connectionString
as Azure provides it whole, we also don't create Administration client as it required highest privileges which could be a security issue). It also bumps up Lombok version ~~and cleans up some areas (e.g. val is now final var).~~
Feedback is very welcome.
Testing
- [x] All major functionalities unit tests added.
- [x] manual local testing with actual Service Bus Topics
- [x] manual local testing with actual Service Bus Queues