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
fix(kafka): Use wait strategy instead of deprecated wait_for_logs (#903)
Related to
#874.
Since those containers first need to be started to know their exposed
ports, we cannot use `DockerContainer._wait_strategy`. We have to keep
checking logs manually in their own `start` methods.
Let me know if there is anything to change.
---------
Co-authored-by: Hugo-C <Hugo-C@users.noreply.github.com>
Co-authored-by: David Ankin <daveankin@gmail.com>
0 commit comments