[kafka] branch trunk updated: KAFKA-13785: [10/N][emit final] more unit test for session store and disable cache for emit final sliding window (#12370)

2022-07-12 Thread guozhang
This is an automated email from the ASF dual-hosted git repository. guozhang pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new b5d4fa7645e KAFKA-13785: [10/N][emit final] more

[kafka] branch 3.3 updated: KAFKA-13968: Fix 3 major bugs of KRaft snapshot generating (#12265)

2022-07-12 Thread jsancio
This is an automated email from the ASF dual-hosted git repository. jsancio pushed a commit to branch 3.3 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/3.3 by this push: new ca7a5ce0d92 KAFKA-13968: Fix 3 major bugs of KRaft

[kafka] branch trunk updated: KAFKA-13968: Fix 3 major bugs of KRaft snapshot generating (#12265)

2022-07-12 Thread jsancio
This is an automated email from the ASF dual-hosted git repository. jsancio pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new 98726c2bac8 KAFKA-13968: Fix 3 major bugs of

[kafka] branch trunk updated (d3130f2e911 -> 7ec759d67cf)

2022-07-12 Thread mimaison
This is an automated email from the ASF dual-hosted git repository. mimaison pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git from d3130f2e911 KAFKA-14062: OAuth client token refresh fails with SASL extensions (#12398) add 7ec759d67cf MINOR:

[kafka] branch 3.1 updated (06e209c0552 -> c2a9d4385b9)

2022-07-12 Thread manikumar
This is an automated email from the ASF dual-hosted git repository. manikumar pushed a change to branch 3.1 in repository https://gitbox.apache.org/repos/asf/kafka.git from 06e209c0552 KAFKA-13474: Allow reconfiguration of SSL certs for broker to controller connection (#12381) add

[kafka] branch 3.2 updated: KAFKA-14062: OAuth client token refresh fails with SASL extensions (#12398)

2022-07-12 Thread manikumar
This is an automated email from the ASF dual-hosted git repository. manikumar pushed a commit to branch 3.2 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/3.2 by this push: new c873d9d7aea KAFKA-14062: OAuth client token refresh

[kafka] branch 3.3 updated: KAFKA-14062: OAuth client token refresh fails with SASL extensions (#12398)

2022-07-12 Thread manikumar
This is an automated email from the ASF dual-hosted git repository. manikumar pushed a commit to branch 3.3 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/3.3 by this push: new 48f019a9e10 KAFKA-14062: OAuth client token refresh

[kafka] branch trunk updated: KAFKA-14062: OAuth client token refresh fails with SASL extensions (#12398)

2022-07-12 Thread manikumar
This is an automated email from the ASF dual-hosted git repository. manikumar pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new d3130f2e911 KAFKA-14062: OAuth client token

[kafka] branch 3.2 updated: KAFKA-14013: Limit the length of the `reason` field sent on the wire (#12388)

2022-07-12 Thread dajac
This is an automated email from the ASF dual-hosted git repository. dajac pushed a commit to branch 3.2 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/3.2 by this push: new 74e24deedb5 KAFKA-14013: Limit the length of the

[kafka] branch 3.3 updated: KAFKA-14013: Limit the length of the `reason` field sent on the wire (#12388)

2022-07-12 Thread dajac
This is an automated email from the ASF dual-hosted git repository. dajac pushed a commit to branch 3.3 in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/3.3 by this push: new da055f121e7 KAFKA-14013: Limit the length of the

[kafka] branch trunk updated: KAFKA-14013: Limit the length of the `reason` field sent on the wire (#12388)

2022-07-12 Thread dajac
This is an automated email from the ASF dual-hosted git repository. dajac pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/kafka.git The following commit(s) were added to refs/heads/trunk by this push: new a3f06d88140 KAFKA-14013: Limit the length of the

[kafka] branch 3.1 updated (abee38c4bcd -> 06e209c0552)

2022-07-12 Thread showuon
This is an automated email from the ASF dual-hosted git repository. showuon pushed a change to branch 3.1 in repository https://gitbox.apache.org/repos/asf/kafka.git from abee38c4bcd KAFKA-14055; Txn markers should not be removed by matching records in the offset map (#12390) add