spring-kafka icon indicating copy to clipboard operation
spring-kafka copied to clipboard

Forbid fenced Container to stop ConcurrentContainer

Open LokeshAlamuri opened this issue 1 year ago • 7 comments
trafficstars

[DRAFT] Fixes #GH-3448

Issue: Fenced Child Container could stop the running ConcurrentContainer Fix: Configure KafkaMessageListenerContainer (KMLC) to use ConcurrentMessagleListenerContainerRef instead of ConcurrentContainer. Internally, ConcurrentContainerRef checks if KMLC is fenced when stop operations are called on Concurrent Container. If KMLC is fenced, suppress the stop related operations. If KMLC is not fenced, delegate the stop call to ConcurrentContainer.

LokeshAlamuri avatar Oct 05 '24 14:10 LokeshAlamuri