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.
The default EventSource deployment strategy is rollingUpdate, it works for most of event sources, but doesn't for the ones who do not allow multiple clients running at the same time, for example, multiple NATS clients with same client ID are not allowed.
Same problem applies for replicas.
Describe the solution you'd like
For the eventsources like that,
use recreate strategy;
replicas always set to 1.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The default EventSource deployment strategy is
rollingUpdate
, it works for most of event sources, but doesn't for the ones who do not allow multiple clients running at the same time, for example, multiple NATS clients with same client ID are not allowed.Same problem applies for replicas.
Describe the solution you'd like
For the eventsources like that,
recreate
strategy;Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: