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
Describe the bug
if set autoStartUp = false ,eg @KafkaListener(autoStartUp="false"),i find container do not start up even spring context has started,
but in the code,container starts depending on either contextRereshed or autoStartUp,so i think if context has started, container should start too , even if autoStartUp=false
Expected behavior
i think if context has started, container should start too , even if autoStartUp=false , otherwise what the use of contextRefreshed in KafkaListenerEndpointRegistry?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
version 2.8.6
Describe the bug
if set autoStartUp = false ,eg @KafkaListener(autoStartUp="false"),i find container do not start up even spring context has started,
but in the code,container starts depending on either contextRereshed or autoStartUp,so i think if context has started, container should start too , even if autoStartUp=false
To Reproduce
Expected behavior
i think if context has started, container should start too , even if autoStartUp=false , otherwise what the use of contextRefreshed in KafkaListenerEndpointRegistry?
The text was updated successfully, but these errors were encountered: