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

krishvishal pushed a change to branch kafka-bridge-mapping
in repository https://gitbox.apache.org/repos/asf/iggy.git


    omit 4b9cd892a Merge branch 'master' into kafka-bridge-mapping
    omit 330f65735 docs(gateways): pin timestamp units, envelope layout and 
server limits
    omit ffbbed3ca docs(gateways): settle the Kafka record mapping, producer 
ids, offsets
     add 4748a6540 docs: add the dev@ mailing list to the README and 
CONTRIBUTING (#4189)
     add bc092ce56 ci: allow the swift scope in PR titles (#4207)
     add 1284e3044 fix(partitions): handle clippy with poll diagnostics 
disabled (#4203)
     add 13a0d9165 fix(partitions): account for segment-backed append batches 
(#4202)
     add 35a0e045e docs(gateways): settle the Kafka record mapping, producer 
ids, offsets
     add a4a7efd78 docs(gateways): pin timestamp units, envelope layout and 
server limits
     add 02bdf5a77 docs(gateways): close four gaps in the record and offset 
mapping
     add 3e1178c54 docs(gateways): rewrite idempotence around the deduplication 
hop mismatch

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4b9cd892a)
            \
             N -- N -- N   refs/heads/kafka-bridge-mapping (3e1178c54)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pr-title.yml        |   1 +
 CONTRIBUTING.md                       |   4 +-
 README.md                             |   2 +-
 core/journal/src/partition_journal.rs |  24 +++++++
 core/partitions/src/persistence.rs    | 128 +++++++++++++++++++++++++---------
 core/partitions/src/poll_plan.rs      |   7 ++
 core/simulator/src/storage/tests.rs   |  67 ++++++++++--------
 gateways/kafka/README.md              |  11 +++
 gateways/kafka/docs/BRIDGE_MAPPING.md |  31 ++++++--
 gateways/kafka/docs/IDEMPOTENCE.md    | 113 +++++++++++++++++++++++++-----
 gateways/kafka/docs/OFFSET_STORAGE.md |  12 ++++
 11 files changed, 310 insertions(+), 90 deletions(-)

Reply via email to