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
There are three handshake versions undefined, 0 and 1 (see #5 (comment)). @starbelly, please correct me if I did not understand this correctly. We should add Kafka test cases and github actions for all handshake versions by extending the code in the example directory.
The text was updated successfully, but these errors were encountered:
@kjellwinblad That's correct. With auth/8 function added to kafka_protocol that will invoke auth/7 on a auth plugin, we'll now get handshake 0 or 1. We may also get undefined from ourselves if auth/6 is invoked from kafka_protocol and we set it ourselves (to undefined).
However, we currently don't support handshake v0. See issue #8.
There are three handshake versions undefined, 0 and 1 (see #5 (comment)). @starbelly, please correct me if I did not understand this correctly. We should add Kafka test cases and github actions for all handshake versions by extending the code in the example directory.
The text was updated successfully, but these errors were encountered: