-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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][Rabbitmq] Allow configuration of queue durability and deletion policy #7365
Conversation
…policy Queue settings in RabbitMQ connector are now configurable to specify durable,exclusive, and auto-delete options. This enables users to define queue behavior based on their processing requirements.
…ptions Add descriptions for new configuration options 'durable', 'exclusive', and 'auto_delete' in the RabbitMQ sink documentation. These options allow for greater control over queue behavior, enabling users to configure queue durability, exclusivity, and automatic deletion under certain conditions.
…eadability Reformat the `declareQueueDefaults` method in `RabbitmqClient.java` to enhance code readability. Adjust the line breaks to adhere to the project's codingstandards. Update the commit message to include a full stop for consistency. BREAKING CHANGE: No functionality changes; purely cosmetic adjustments to the code formatting.
Add a second example in the Rabbitmq sink documentation, illustrating the configuration of a durable queue with exclusive and auto-delete properties.
Expose configuration options for setting queue durability, exclusivity, and auto-deletion in RabbitMQ connector. These settings are now adjustable through the connector's configuration, enabling users to optimize queue behavior according to their specific use cases and requirements.
@Hisoka-X Done! |
please fix ci |
Could you retry the failed ci? Thanks. |
The previous local test was a Windows line break issue, the local modification has passed the test, but the github ci seems to have a different error. |
Please merge from dev to retrigger it. |
@Hisoka-X All done, Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @zqr10159 !
Queue settings in Rabbitmq connector are now configurable to specify durable,exclusive, and auto-delete options. This enables users to define queue behavior
Check list
New License Guide
release-note
.