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

Allow all subscriber settings configurable per destination #418

Closed
meltsufin opened this issue Mar 30, 2021 · 1 comment
Closed

Allow all subscriber settings configurable per destination #418

meltsufin opened this issue Mar 30, 2021 · 1 comment
Assignees
Labels
pubsub type: enhancement New feature or request

Comments

@meltsufin
Copy link
Member

Currently Pub/Sub binder for Spring Cloud Stream allows certain settings, such as retry settings and flow control, only to be configured globally via spring.cloud.gcp.pubsub.(subscriber|publisher).* propertes. However, sometimes users might want these settings to be configured differently for different destinations in the same application.
To enable this, we would have to expose them via spring.cloud.stream.gcp.pubsub.bindings.<channelName>.<consumer|producer>.* properties by adding options to PubSubConsumerProperties and PubSubProducerProperties.

@mpeddada1
Copy link
Contributor

Per-subscription configuration has been implemented. Follow-up issue to include per-topic configuration has been created at #727.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pubsub type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants