You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to set spring.cloud.gcp.pubsub.publisher.batching.delay-threshold-seconds in the millisecond range.
Currently I have a manual (code) configuration that sets the publisher using setDelayThresholdDuration to 100ms. I would like to configure this using the application config. But this is currently impossible as it only accepts 'whole' seconds.
Describe the solution you'd like
Add an config option to directly set setDelayThresholdDuration in duration form.
Describe alternatives you've considered
Add an option to set spring.cloud.gcp.pubsub.publisher.batching.delay-threshold-seconds but for milliseconds
Add an an "free" option setting field.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to set
spring.cloud.gcp.pubsub.publisher.batching.delay-threshold-seconds
in the millisecond range.Currently I have a manual (code) configuration that sets the publisher using
setDelayThresholdDuration
to 100ms. I would like to configure this using the application config. But this is currently impossible as it only accepts 'whole' seconds.Describe the solution you'd like
Add an config option to directly set
setDelayThresholdDuration
in duration form.Describe alternatives you've considered
spring.cloud.gcp.pubsub.publisher.batching.delay-threshold-seconds
but for millisecondsThe text was updated successfully, but these errors were encountered: