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 951872902 feat(gateways): SASL/PLAIN authentication for the Kafka
gateway
add 74ee26575 fix CI
add 13a0d9165 fix(partitions): account for segment-backed append batches
(#4202)
add b70be6ad7 chore(deps): Bump the web group across 1 directory with 6
updates (#4220)
add 63d97a66d docs(gateways): settle the Kafka record mapping, producer
ids, offsets (#4205)
add c1159864b chore(deps): Bump the node group across 2 directories with
14 updates (#4221)
add f5f4a9d4d chore(deps): Bump devalue from 5.8.1 to 5.9.2 in /web (#4223)
add 2405498b0 merge master
No new revisions were added by this update.
Summary of changes:
core/journal/src/partition_journal.rs | 24 ++
core/partitions/src/persistence.rs | 128 +++++--
core/simulator/src/storage/tests.rs | 67 ++--
examples/node/package-lock.json | 166 +++++++--
examples/node/package.json | 2 +-
foreign/node/package-lock.json | 479 +++++++++++++++----------
foreign/node/package.json | 4 +-
gateways/kafka/README.md | 40 +++
gateways/kafka/docs/AUTHENTICATION.md | 2 +-
gateways/kafka/docs/BRIDGE_MAPPING.md | 275 ++++++++++++++
gateways/kafka/docs/IDEMPOTENCE.md | 179 ++++++++++
gateways/kafka/docs/OFFSET_STORAGE.md | 163 +++++++++
gateways/kafka/docs/SCOPE.md | 22 +-
gateways/kafka/src/auth.rs | 28 +-
gateways/kafka/src/protocol/api.rs | 6 +-
gateways/kafka/src/protocol/bounds_guard.rs | 5 +-
web/package-lock.json | 536 ++++++++++++++++------------
web/package.json | 14 +-
18 files changed, 1594 insertions(+), 546 deletions(-)
create mode 100644 gateways/kafka/docs/BRIDGE_MAPPING.md
create mode 100644 gateways/kafka/docs/IDEMPOTENCE.md
create mode 100644 gateways/kafka/docs/OFFSET_STORAGE.md