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
Complete Consumer verticle stop promise only after closing dependencies (#4181)
Completing the stop promise before the dependencies (dispatcher, client,
etc) before will cause the WebClient to be closed.
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
Copy file name to clipboardExpand all lines: data-plane/dispatcher/src/main/java/dev/knative/eventing/kafka/broker/dispatcher/impl/consumer/ConsumerVerticle.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -65,14 +65,14 @@ public void start(Promise<Void> startPromise) {
0 commit comments