-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Spring Cloud Stream Batch Consumer function in Spring Cloud Azure for Service Bus #21545
Comments
Currently, after some codes are modified, the spring cloud stream application can work by providing a list Consumer. The following is just my draft ideas and hypothesis:
There are household chores for step 2 even though the pushing way is straightforward: Just make a list of records the payload of Spring Message, and push the Message into Spring framework by fundamentally invoking sendMessage(msg) method, because there is Json format required for the element in the list. For example, object need start with { and end with }, but string need start with " and end with ". In which layer to deal with format problem is still a question. |
The feature now is blocked due to below SDK related issues. And we need to wait for those issues get resolved for moving forward. |
category to spring feature parity
|
Hi @z1069867141, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support. |
Context
Refer to #20080
According to Spring Cloud Stream's documentation, a binder implementation may support batch consumers. Currently Azure Spring Cloud Service Bus binder does not support it.
For Kafka binder:
Goal
Support the batch-consuming function for Service Bus binder as described in the Spirng Cloud Stream documentation.
The text was updated successfully, but these errors were encountered: