stream-reactor icon indicating copy to clipboard operation
stream-reactor copied to clipboard

Azure Servicebus Source Connector

Open GoMati-MU opened this issue 9 months ago • 1 comments

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

GoMati-MU avatar May 14 '24 09:05 GoMati-MU