Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
From xiniyu: "seems that stopContainer code only does stop the RunLoop. Seems to me all the dependencies used by the container are not properly shutdown. E.g. the kafka system consumer/producer will not be shut down. The next time controller.startContainer() will create the container with all these dependencies again. The Kafka producers/consumers will be created again without closing the previous ones, right?"