This is an automated email from the ASF dual-hosted git repository.

numinnex pushed a change to branch kafka_proxy_auth
in repository https://gitbox.apache.org/repos/asf/iggy.git


    from 2405498b0 merge master
     add fb48d08e9 address review

No new revisions were added by this update.

Summary of changes:
 gateways/kafka/README.md                          |   2 +-
 gateways/kafka/docs/AUTHENTICATION.md             |  25 +++---
 gateways/kafka/docs/SCOPE.md                      |   8 +-
 gateways/kafka/src/auth.rs                        | 103 +++++++++++++++++++---
 gateways/kafka/src/bridge/config.rs               |   6 +-
 gateways/kafka/src/env.rs                         |  64 ++++++++++++++
 gateways/kafka/src/lib.rs                         |   1 +
 gateways/kafka/src/main.rs                        |  57 ++++--------
 gateways/kafka/src/protocol/api.rs                |  12 +--
 gateways/kafka/src/protocol/sasl.rs               |  74 +++++++++++-----
 gateways/kafka/src/server.rs                      |  87 ++++++++----------
 gateways/kafka/tests/common/server.rs             |   5 --
 gateways/kafka/tests/listener_robustness_tests.rs |  23 -----
 gateways/kafka/tests/sasl_tests.rs                |  80 +++++++++++++++--
 14 files changed, 361 insertions(+), 186 deletions(-)
 create mode 100644 gateways/kafka/src/env.rs

Reply via email to