Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #406

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] KAFKA-12229: Restore original class loader in integration tests using EmbeddedConnectCluster during shutdown (#9942) -- [...truncated

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #436

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] KAFKA-12229: Restore original class loader in integration tests using EmbeddedConnectCluster during shutdown (#9942) -- [...truncated

[jira] [Created] (KAFKA-12238) Implement DescribeProducers API

2021-01-25 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-12238: --- Summary: Implement DescribeProducers API Key: KAFKA-12238 URL: https://issues.apache.org/jira/browse/KAFKA-12238 Project: Kafka Issue Type: Sub-task

[GitHub] [kafka-site] scott-confluent commented on pull request #318: MINOR: updating infobip logo on powered-by page

2021-01-25 Thread GitBox
scott-confluent commented on pull request #318: URL: https://github.com/apache/kafka-site/pull/318#issuecomment-767160417 @ijuma @junrao @mjsax @vvcephei please take a look when you get a few. Thanks! This is an automated me

[GitHub] [kafka-site] miguno commented on a change in pull request #324: KAFKA-8930: MirrorMaker v2 documentation

2021-01-25 Thread GitBox
miguno commented on a change in pull request #324: URL: https://github.com/apache/kafka-site/pull/324#discussion_r563562309 ## File path: 27/ops.html ## @@ -553,7 +539,558 @@ 6.3 Kafka Configuration + 6.3 Geo-Replication (Cross-Cluster Data Mirroring) + + Geo-Replication Ov

[GitHub] [kafka-site] junrao commented on pull request #318: MINOR: updating infobip logo on powered-by page

2021-01-25 Thread GitBox
junrao commented on pull request #318: URL: https://github.com/apache/kafka-site/pull/318#issuecomment-767175488 @scott-confluent : Thanks for the PR. LGTM This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka-site] junrao merged pull request #318: MINOR: updating infobip logo on powered-by page

2021-01-25 Thread GitBox
junrao merged pull request #318: URL: https://github.com/apache/kafka-site/pull/318 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

Re: How to build KAFKA 2.7 on z/OS platform

2021-01-25 Thread Luke Chen
Hi Rabast, Gradle is just a build automation tool, and we still build the source code using javac, so your question: 1. Can I use javac and compile the source code, and pack them with jar manually --> Yes 2. which sequence is recommended? --> You might need to refer to the gradle build dependency

Re: [VOTE] KIP-698: Add Explicit User Initialization of Broker-side State to Kafka Streams

2021-01-25 Thread Sophie Blee-Goldman
Thanks for the KIP Bruno, +1 (binding) Sophie On Mon, Jan 25, 2021 at 11:23 AM Guozhang Wang wrote: > Hey Bruno, > > Thanks for your response! > > 1) Yup I'm good with option a) as well. > 2) Thanks! > 3) Sounds good to me. I think it would not change any StreamThread > implementation regarding

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #455

2021-01-25 Thread Apache Jenkins Server
See

[GitHub] [kafka-site] junrao merged pull request #318: MINOR: updating infobip logo on powered-by page

2021-01-25 Thread GitBox
junrao merged pull request #318: URL: https://github.com/apache/kafka-site/pull/318 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

[GitHub] [kafka-site] junrao commented on pull request #318: MINOR: updating infobip logo on powered-by page

2021-01-25 Thread GitBox
junrao commented on pull request #318: URL: https://github.com/apache/kafka-site/pull/318#issuecomment-767175488 @scott-confluent : Thanks for the PR. LGTM This is an automated message from the Apache Git Service. To respond

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #435

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] KAFKA-12190: Fix setting of file permissions on non-POSIX filesystems (#9947) -- [...truncated 3.57 MB...] TestTopicsTest > testEmptyT

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #405

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] KAFKA-12190: Fix setting of file permissions on non-POSIX filesystems (#9947) -- [...truncated 3.56 MB...] MockTimeTest > shouldNotAllo

[GitHub] [kafka-site] scott-confluent commented on pull request #318: MINOR: updating infobip logo on powered-by page

2021-01-25 Thread GitBox
scott-confluent commented on pull request #318: URL: https://github.com/apache/kafka-site/pull/318#issuecomment-767160417 @ijuma @junrao @mjsax @vvcephei please take a look when you get a few. Thanks! This is an automated me

[jira] [Created] (KAFKA-12237) Support non-routable quorum voter addresses

2021-01-25 Thread Alok Nikhil (Jira)
Alok Nikhil created KAFKA-12237: --- Summary: Support non-routable quorum voter addresses Key: KAFKA-12237 URL: https://issues.apache.org/jira/browse/KAFKA-12237 Project: Kafka Issue Type: Sub-tas

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #454

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove `toStruct` and `fromStruct` methods from generated protocol classes (#9960) -- [...truncated 7.15 MB...] MockProcessorCo

Re: Requesting to be added as a contributor

2021-01-25 Thread Matthias J. Sax
Done. On 1/25/21 8:03 AM, Sergio Pena Anaya wrote: > Hi All, > > I would like to be added as a Kafka contributor and get permissions for > JIRA and Confluence. > > My username is: spena > > Thanks, > - Sergio >

Re: Kafka Advisory Topic

2021-01-25 Thread Gwen Shapira
Agree that this sounds like a good idea. Would be good to have a more formal proposal (i.e. a KIP) with the details. I can think of about 100 different questions (will there be "levels" like in logs, what type of events are in or out of scope, rate limiting, data formats, etc). I am also curious o

Re: Contribute to Kafka

2021-01-25 Thread Mickael Maison
Hi Stefan, I've added you to the contributor list. You should now be able to assign JIRAs to yourself. Tickets with the newbie tag (like in your query) are usually a good start. Otherwise have a quick browse around the latest tickets and see if there's anything that looks interesting to you Thank

Re: [VOTE] KIP-698: Add Explicit User Initialization of Broker-side State to Kafka Streams

2021-01-25 Thread Guozhang Wang
Hey Bruno, Thanks for your response! 1) Yup I'm good with option a) as well. 2) Thanks! 3) Sounds good to me. I think it would not change any StreamThread implementation regarding capturing exceptions from consumer.poll() since it captures StreamsException as fatal. Guozhang On Wed, Dec 16, 20

[jira] [Created] (KAFKA-12236) Add version 1 of meta.properties for KIP-500

2021-01-25 Thread Jason Gustafson (Jira)
Jason Gustafson created KAFKA-12236: --- Summary: Add version 1 of meta.properties for KIP-500 Key: KAFKA-12236 URL: https://issues.apache.org/jira/browse/KAFKA-12236 Project: Kafka Issue Type

Contribute to Kafka

2021-01-25 Thread Stefan Baychev
Hello, My name is Stefan Baychev. Am a Software Engineer with about 9 years of experience working within the Java ecosystem. I would like to contribute to the Kafka Open Source Project. Based on the ways to do this, taken from the web site it says: " Please contact us to be added to the contribut

[jira] [Resolved] (KAFKA-12228) Kafka won't start with PEM certificate

2021-01-25 Thread Alexey Kashavkin (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Kashavkin resolved KAFKA-12228. -- Resolution: Not A Bug > Kafka won't start with PEM certificate > -

Build failed in Jenkins: Kafka » kafka-trunk-jdk11 #434

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove `toStruct` and `fromStruct` methods from generated protocol classes (#9960) -- [...truncated 3.57 MB...] OutputVerifierT

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #404

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] MINOR: Remove `toStruct` and `fromStruct` methods from generated protocol classes (#9960) -- [...truncated 3.55 MB...] MockProcessorCon

Requesting to be added as a contributor

2021-01-25 Thread Sergio Pena Anaya
Hi All, I would like to be added as a Kafka contributor and get permissions for JIRA and Confluence. My username is: spena Thanks, - Sergio

Re: [DISCUSS] KIP-676: Respect the logging hierarchy

2021-01-25 Thread Randall Hauch
Thanks for the quick response, Tom, and thanks again for tweaking the wording on KIP-676. We can absolutely revisit this in the future if it becomes more of an issue. If anyone else disagrees, please say so. Best regards, Randall On Mon, Jan 25, 2021 at 9:19 AM Tom Bentley wrote: > Hi Randall

KIP-618: Exactly-Once Support for Source Connectors

2021-01-25 Thread Chris Egerton
Hi all, I'd like to resurface KIP-618, which has been expanded from its previous form ("Atomic commit of source connector records and offsets") to something more general and, hopefully, more powerful: exactly-once support for source connectors (including fencing-out of zombie tasks). Would appreci

Re: [DISCUSS] KIP-618: Atomic commit of source connector records and offsets

2021-01-25 Thread Chris Egerton
Hi Ning, Apologies for the delay in response. I realized after publishing the KIP that there were some finer points I hadn't considered in my design and that it was far from providing exactly-once guarantees. In response to your questions: 1) The goal of the KIP is to ensure the accuracy of the o

Jenkins build is back to normal : Kafka » kafka-trunk-jdk15 #453

2021-01-25 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-676: Respect the logging hierarchy

2021-01-25 Thread Tom Bentley
Hi Randall, I agree that Kafka Connect's API is more usable given that the user of it knows the semantics (and KIP-495 is clear on that point). So perhaps this inconsistency isn't enough of a problem that it's worth fixing, at least not at the moment. Kind regards, Tom On Fri, Jan 22, 2021 at 6

[jira] [Created] (KAFKA-12235) ZkAdminManager.describeConfigs returns no config when 2+ configuration keys are specified

2021-01-25 Thread Ivan Yurchenko (Jira)
Ivan Yurchenko created KAFKA-12235: -- Summary: ZkAdminManager.describeConfigs returns no config when 2+ configuration keys are specified Key: KAFKA-12235 URL: https://issues.apache.org/jira/browse/KAFKA-12235

Re: [apache/kafka] KAFKA-10413 Allow even distribution of lost/new tasks when more than one worker

2021-01-25 Thread Ramesh Krishnan
Hi Konstantine, Please re review the below PR , this is a crucial piece of functionality that is blocking us from using incremental co operative rebalance. https://github.com/apache/kafka/pull/9319 Thanks Ramesh On Fri, Dec 18, 2020 at 12:20 AM Ramesh Krishnan wrote: > Hi Team, > > Can som

Re: [DISCUSS] KIP-709: Extend OffsetFetch requests to accept multiple group ids

2021-01-25 Thread Thomas Scott
Thanks Ismael, that's a lot better. I've updated the KIP with this behaviour instead. On Mon, Jan 25, 2021 at 11:42 AM Ismael Juma wrote: > Thanks for the KIP, Thomas. One question below: > > Should an Admin client with this new functionality be used against an old > > broker that cannot handle

Jenkins build is back to normal : Kafka » kafka-trunk-jdk11 #433

2021-01-25 Thread Apache Jenkins Server
See

Re: Unsubscribe from Notifications

2021-01-25 Thread Bruno Cadonna
Hi Team HirinGuru, if you want to unsubscribe, see the description on how to do that on https://kafka.apache.org/contact Best, Bruno On 22.01.21 07:41, Hiringuru wrote: Hi, Kindly unsubscribe our email from your daily notification. We don't want to receive any further notification. I woul

Re: [DISCUSS] KIP-709: Extend OffsetFetch requests to accept multiple group ids

2021-01-25 Thread Ismael Juma
Thanks for the KIP, Thomas. One question below: Should an Admin client with this new functionality be used against an old > broker that cannot handle these requests then the methods will throw > UnsupportedVersionException as per the usual pattern. Did we consider automatically falling back to t

[DISCUSS] KIP-709: Extend OffsetFetch requests to accept multiple group ids

2021-01-25 Thread Thomas Scott
Hi, I'm starting this thread to discuss KIP-709 to extend OffsetFetch requests to accept multiple group ids. Please check out the KIP here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=173084258 Any comments much appreciated. thanks, Tom

[jira] [Created] (KAFKA-12234) Extend OffsetFetch requests to accept multiple group ids.

2021-01-25 Thread Tom Scott (Jira)
Tom Scott created KAFKA-12234: - Summary: Extend OffsetFetch requests to accept multiple group ids. Key: KAFKA-12234 URL: https://issues.apache.org/jira/browse/KAFKA-12234 Project: Kafka Issue Typ

Build failed in Jenkins: Kafka » kafka-trunk-jdk8 #403

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] MINOR: MessageUtil: remove some deadcode (#9931) [github] MINOR: Fix typo in Utils#toPositive (#9943) -- [...truncated 3.56 MB...] Mock

Build failed in Jenkins: Kafka » kafka-trunk-jdk15 #452

2021-01-25 Thread Apache Jenkins Server
See Changes: [github] MINOR: MessageUtil: remove some deadcode (#9931) -- [...truncated 3.58 MB...] MockProcessorContextStateStoreTest > builder = org.apac

[jira] [Resolved] (KAFKA-12179) Install Kafka on IBM Cloud

2021-01-25 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison resolved KAFKA-12179. Fix Version/s: (was: 2.7.0) Resolution: Invalid > Install Kafka on IBM Cloud >

[GitHub] [kafka-site] miguno commented on a change in pull request #324: KAFKA-8930: MirrorMaker v2 documentation

2021-01-25 Thread GitBox
miguno commented on a change in pull request #324: URL: https://github.com/apache/kafka-site/pull/324#discussion_r563562851 ## File path: 27/ops.html ## @@ -553,7 +539,558 @@ 6.3 Kafka Configuration + 6.3 Geo-Replication (Cross-Cluster Data Mirroring) + + Geo-Replication Ov

[GitHub] [kafka-site] miguno commented on a change in pull request #324: KAFKA-8930: MirrorMaker v2 documentation

2021-01-25 Thread GitBox
miguno commented on a change in pull request #324: URL: https://github.com/apache/kafka-site/pull/324#discussion_r563562309 ## File path: 27/ops.html ## @@ -553,7 +539,558 @@ 6.3 Kafka Configuration + 6.3 Geo-Replication (Cross-Cluster Data Mirroring) + + Geo-Replication Ov