Waits for service endpoints propagation on shutdown in Receiver #1684
Labels
area/broker
Kafka Broker related issues
area/channel
Kafka Channel related issues
area/data-plane
area/sink
KafkaSink related issues
kind/feature-request
triage/accepted
Issues which should be fixed (post-triage)
Problem
The receiver shuts down immediately upon receiving a sigterm and since we
close the HTTP server immediately and the endpoints of the service isn't
yet fully propagated in the cluster there might be requests dropped.
To make the receiver more resilient we need to wait
x
seconds beforeshutting down the server and in the deployment configuration
we need to specify a
terminationGracePeriodSeconds > x
.Persona:
Which persona is this feature for?
Event Producer
Time Estimate (optional):
How many developer-days do you think this may take to resolve?
1
Additional context (optional)
/area data-plane
/area broker
/area channel
/area sink
The text was updated successfully, but these errors were encountered: