Skip to content

[FEATURE REQ] New starters for Spring Message Event Hubs and Service Bus #44797

@moarychan

Description

@moarychan

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

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesfeature-requestThis issue requires a new behavior in the product in order be resolved.

Projects

Status

Todo

Relationships

None yet

Development

No branches or pull requests

Issue actions