Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.2
-
None
-
Patch
Description
This patch adds the possibilty for the user of the RabbitMQ
Streaming Connector to customize the queue which is used. There
are use-cases in which you want to set custom parameters for the
queue (i.e. TTL of the messages if Flink reboots) or the
possibility to bind the queue to an exchange afterwards.
The commit doesn't change the actual behaviour but makes it
possible for users to override the newly create `setupQueue`
method and cutomize their implementation. This was not possible
before.
Attachments
Issue Links
- duplicates
-
FLINK-4066 RabbitMQ source, customize queue arguments
- Closed
- links to