Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #1543

2023-01-26 Thread Apache Jenkins Server
See

Re: [DISCUSS] Tiered-Storage: Implement RocksdbBasedMetadataCache for TopicBased RLMM

2023-01-26 Thread Alexandre Dupriez
Hi, hzh0425, Thank you for raising the question. There have been discussions about using RocksDB as a RLMM in the community, one of which can be found on the dev list [1]. What is the size of the metadata set in your use case? Have you considered using an external data store to abstract metadata

Re: [VOTE] KIP-869: Improve Streams State Restoration Visibility

2023-01-26 Thread Guozhang Wang
Thanks for all the very helpful discussions, I'm closing the vote with a tally here: +1: 7 (Nick, John, Walker, Bruno, Lucas, Matthias, Guozhang), with 5 binding votes and 2 non-binding votes. -1: 0 Guozhang On Wed, Jan 25, 2023 at 5:48 PM Matthias J. Sax wrote: > > Thanks! > > +1 (binding) >

[GitHub] [kafka-site] mimaison commented on pull request #410: KAFKA-13882 Docker to preview docs locally

2023-01-26 Thread via GitHub
mimaison commented on PR #410: URL: https://github.com/apache/kafka-site/pull/410#issuecomment-1405361230 @mjsax The reason I did not merge is because I don't understand why when testing locally we need changes to the `.htaccess` file that don't seem necessary on the website. See the few

Re: [VOTE] KIP-821: Connect Transforms support for nested structures

2023-01-26 Thread Mickael Maison
+1 (binding) Thanks for the KIP On Tue, Jun 28, 2022 at 10:42 PM Jorge Esteban Quilcate Otoya wrote: > > Hi everyone, > > I'd like to bump this vote thread. Currently it's missing 1 +1 binding vote > to pass (2 +1 binding, 1 +1 non-binding). > > There has been additional discussions to consider

[jira] [Created] (KAFKA-14656) Brokers rejecting LISR during ZK migration

2023-01-26 Thread David Arthur (Jira)
David Arthur created KAFKA-14656: Summary: Brokers rejecting LISR during ZK migration Key: KAFKA-14656 URL: https://issues.apache.org/jira/browse/KAFKA-14656 Project: Kafka Issue Type: Bug

Re: [DISCUSS] KIP-864: Add End-To-End Latency Metrics to Connectors

2023-01-26 Thread Jorge Esteban Quilcate Otoya
No worries, thanks Chris! I think most feedback has been covered and the KIP is ready for vote. Will be starting the vote thread soon. Cheers, Jorge. On Mon, 5 Dec 2022 at 15:10, Chris Egerton wrote: > Hi Jorge, > > Thanks for indulging my paranoia. LGTM! > > Cheers, > > Chris > > On Mon, Dec

[VOTE] KIP-864: Add End-To-End Latency Metrics to Connectors

2023-01-26 Thread Jorge Esteban Quilcate Otoya
Hi all, I'd like to call for a vote on KIP-864, which proposes to add metrics to measure end-to-end latency in source and sink connectors. KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-864%3A+Add+End-To-End+Latency+Metrics+to+Connectors Discussion thread:

Re: [VOTE] KIP-894: Use incrementalAlterConfigs API for syncing topic configurations

2023-01-26 Thread Federico Valeri
+1 (non binding) Thanks. On Thu, Jan 26, 2023 at 2:30 PM Gantigmaa Selenge wrote: > > Hi > > I'd like to call for a vote on KIP-894, which updates MirrorMaker to use > IncrementalAlterConfigs API to sync topic configurations between clusters. > > The KIP: >

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-26 Thread Mickael Maison
Hi Yash, 1) To avoid conflicts with other sensors, the PluginMetrics implementation will append a suffix to sensor names to unique identify the plugin (based on the class name and tags). Also I changed the semantics of the sensor() method to only create sensors (originally it was get or create).

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-26 Thread Mickael Maison
Hi Federico, - The metricName() method does not register anything, it just builds a MetricName instance which is just a container holding a name, group, description and tags for a metric. Each time it is called, it returns a new instance. If called with the same arguments, the returned value will

Re: [DISCUSS] KIP-877: Mechanism for plugins and connectors to register metrics

2023-01-26 Thread Mickael Maison
Hi Chris, 1) I updated the KIP to only mention the interface. 2) This was a mistake. I've added ReplicationPolicy to the list of plugins. Thanks, Mickael On Tue, Jan 24, 2023 at 11:16 AM Yash Mayya wrote: > > Hi Mickael, > > Thanks for the updated KIP, this is looking really good! I had a

[VOTE] KIP-894: Use incrementalAlterConfigs API for syncing topic configurations

2023-01-26 Thread Gantigmaa Selenge
Hi I'd like to call for a vote on KIP-894, which updates MirrorMaker to use IncrementalAlterConfigs API to sync topic configurations between clusters. The KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-894%3A+Use+incrementalAlterConfigs+API+for+syncing+topic+configurations The

Jenkins build is still unstable: Kafka » Kafka Branch Builder » 3.4 #70

2023-01-26 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-899: Allow clients to rebootstrap

2023-01-26 Thread Ivan Yurchenko
Hi Philip and all, > if you don't use the client for a long time, why can't you just close the client and re-instantiate a new one when needed? I'm not familiar with the stream thread, so I don't know if that's possible. Yes, it's always possible to recreate the client (I think, it's the main

[jira] [Created] (KAFKA-14655) Case-insensitive header key operations in Java client

2023-01-26 Thread Romain Quinio (Jira)
Romain Quinio created KAFKA-14655: - Summary: Case-insensitive header key operations in Java client Key: KAFKA-14655 URL: https://issues.apache.org/jira/browse/KAFKA-14655 Project: Kafka