Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQ] Support AzureMessagingListener work with Event Hubs and Service Bus Spring starter together #26580

Closed
jialigit opened this issue Jan 19, 2022 · 1 comment
Labels
azure-spring All azure-spring related issues Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Milestone

Comments

@jialigit
Copy link
Contributor

jialigit commented Jan 19, 2022

Context

In Azure, messaging includes servciebus and eventhubs azure messaging listener. We may extend the annotation driven message consuming programing using our new APIs.

In the new 4.0 version of the project, we have refactored the API and module structrues. Regarding the Azure
Messaging Listener feature, the original APIs are deprecated, and the Message Listener Container function does not work any more.

Related issue: #24995

Goal

As the APIs are redesigned in the new 4.0 version, we need to implement the Message Listening function on top of the new APIs in 4.0. As that Azure Messaging service include Service Bus and Event Hubs, we will have to consider all usage senarios of how users may use this feature, i.e. to use Service Bus or Event Hubs or both.

Scenarios To Be Used:

  1. Only EventHub lib in the classpath. Then containerFactory should be configured for Event Hub if missing.
  2. Only ServiceBus lib in the classpath. Then containerFactory should be configured for Service Bus if missing.
  3. Both of the above libs provided. ---> explicit containerfactory name should be set on the arguments.
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 19, 2022
@jialigit jialigit self-assigned this Jan 19, 2022
@jialigit jialigit added the azure-spring All azure-spring related issues label Jan 19, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jan 19, 2022
@jialigit jialigit added this to the Spring Cloud Azure 4.0 Beta4 milestone Jan 19, 2022
@jialigit jialigit moved this to Todo in Spring Cloud Azure Jan 19, 2022
@jialigit jialigit moved this from Todo to In Progress in Spring Cloud Azure Jan 19, 2022
@saragluna saragluna added the Client This issue points to a problem in the data-plane of the library. label Jan 21, 2022
@yiliuTo yiliuTo moved this from In Progress to Pending Review in Spring Cloud Azure Feb 25, 2022
@yiliuTo yiliuTo moved this from Pending Review to Blocked in Spring Cloud Azure Mar 4, 2022
@yiliuTo yiliuTo moved this from Blocked to Todo in Spring Cloud Azure Mar 4, 2022
@stliu stliu added the feature-request This issue requires a new behavior in the product in order be resolved. label Apr 3, 2022
@jialigit jialigit changed the title [FEATURE REQ]AzureMessagingListener to be used with Event Hubs and Service Bus spring starter together:resolve #24995 [FEATURE REQ] We should implement AzureMessagingListener used with Event Hubs and Service Bus spring starter together Apr 28, 2022
@saragluna saragluna changed the title [FEATURE REQ] We should implement AzureMessagingListener used with Event Hubs and Service Bus spring starter together [FEATURE REQ] Support AzureMessagingListener work with Event Hubs and Service Bus Spring starter together Apr 28, 2022
@jialigit jialigit removed their assignment Jul 8, 2022
@stliu
Copy link
Member

stliu commented Dec 13, 2022

it is a bug to me, using #24995 to track and closing this one

@stliu stliu closed this as completed Dec 13, 2022
Repository owner moved this from Todo to Done in Spring Cloud Azure Dec 13, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-spring All azure-spring related issues Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
Archived in project
Development

No branches or pull requests

3 participants