[FEATURE REQ] New starters for Spring Message Event Hubs and Service Bus
moarychan opened this issue · comments
Is your feature request related to a problem? Please describe.
-
A Spring Message Service Bubs Starter should be provided, it contains the dependencies:
<dependency> <groupId>com.azure.spring</groupId> <artifactId>spring-cloud-azure-starter</artifactId> </dependency> <dependency> <groupId>com.azure.spring</groupId> <artifactId>spring-messaging-azure-servicebus</artifactId> </dependency>
-
A Spring Message Event Hubs Starter should be provided, it contains the below dependeities:
<dependency> <groupId>com.azure.spring</groupId> <artifactId>spring-cloud-azure-starter</artifactId> </dependency> <dependency> <groupId>com.azure.spring</groupId> <artifactId>spring-messaging-azure-eventhubs</artifactId> </dependency> <dependency> <groupId>com.azure</groupId> <artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId> </dependency>
Describe the solution you'd like
Provided above.
Describe alternatives you've considered
N/A
Additional context
Now developers should compose the dependencies manually.
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- Description Added
- Expected solution specified
Thank you for your feedback. Tagging and routing to the team member best able to assist.