[GitHub] [kafka] hachikuji opened a new pull request, #12798: MINOR: Reduce tries in RecordsIteratorTest to improve build time

2022-10-29 Thread GitBox
hachikuji opened a new pull request, #12798: URL: https://github.com/apache/kafka/pull/12798 I found this test to take the longest in recent builds (even including integration tests). The default of 1000 tries from jqwik is probably overkill and causes the test to take 10 minutes locally. D

[GitHub] [kafka] C0urante commented on a diff in pull request #12789: KAFKA-13989: Errors while evaluating connector type should return UNKNOWN

2022-10-29 Thread GitBox
C0urante commented on code in PR #12789: URL: https://github.com/apache/kafka/pull/12789#discussion_r1008682183 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java: ## @@ -192,6 +193,41 @@ public void testConnectorStatus() { Connect

[GitHub] [kafka] C0urante commented on a diff in pull request #12789: KAFKA-13989: Errors while evaluating connector type should return UNKNOWN

2022-10-29 Thread GitBox
C0urante commented on code in PR #12789: URL: https://github.com/apache/kafka/pull/12789#discussion_r1008680032 ## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/AbstractHerder.java: ## @@ -686,21 +690,25 @@ protected Connector getConnector(String connType) {

[GitHub] [kafka] C0urante merged pull request #12791: KAFKA-14338: Use MockTime in RetryUtilTest to eliminate flakiness

2022-10-29 Thread GitBox
C0urante merged PR #12791: URL: https://github.com/apache/kafka/pull/12791 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache

[GitHub] [kafka] C0urante commented on pull request #12791: KAFKA-14338: Use MockTime in RetryUtilTest to eliminate flakiness

2022-10-29 Thread GitBox
C0urante commented on PR #12791: URL: https://github.com/apache/kafka/pull/12791#issuecomment-1295798700 Test failures appear unrelated; merging to trunk. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[jira] [Updated] (KAFKA-14340) KIP-880: X509 SAN based SPIFFE URI ACL within mTLS Client Certificates

2022-10-29 Thread Bart Van Bos (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart Van Bos updated KAFKA-14340: - Description: Istio and other *SPIFFE* based systems use X509 Client Certificates to provide wor

[jira] [Updated] (KAFKA-14340) KIP-880: X509 SAN based SPIFFE URI ACL within mTLS Client Certificates

2022-10-29 Thread Bart Van Bos (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart Van Bos updated KAFKA-14340: - Description: Istio and other *SPIFFE* based systems use X509 Client Certificates to provide wor

[jira] [Updated] (KAFKA-14340) KIP-880: X509 SAN based SPIFFE URI ACL within mTLS Client Certificates

2022-10-29 Thread Bart Van Bos (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart Van Bos updated KAFKA-14340: - Description: Istio and other *SPIFFE* based systems use clients certificates to provide workloa

[jira] [Updated] (KAFKA-14340) KIP-880: X509 SAN based SPIFFE URI ACL within mTLS Client Certificates

2022-10-29 Thread Bart Van Bos (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart Van Bos updated KAFKA-14340: - Description: Istio and other SPIFFE based systems use clients certificates to provide workload

[jira] [Created] (KAFKA-14340) KIP-880: X509 SAN based SPIFFE URI ACL within mTLS Client Certificates

2022-10-29 Thread Bart Van Bos (Jira)
Bart Van Bos created KAFKA-14340: Summary: KIP-880: X509 SAN based SPIFFE URI ACL within mTLS Client Certificates Key: KAFKA-14340 URL: https://issues.apache.org/jira/browse/KAFKA-14340 Project: Kafk

[GitHub] [kafka] urbandan commented on pull request #12392: KAFKA-14053: Transactional producer should bump the epoch and skip ab…

2022-10-29 Thread GitBox
urbandan commented on PR #12392: URL: https://github.com/apache/kafka/pull/12392#issuecomment-1295780702 @hachikuji Thanks for the feedback. Yes, the essence of the change is bumping the epoch - but only in case of timeouts - so delivery timeout or request timeout. Overall I agree