Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #957

2022-05-26 Thread Apache Jenkins Server
See

[jira] [Created] (KAFKA-13942) LogOffsetTest occasionally hangs during Jenkins build

2022-05-26 Thread David Arthur (Jira)
David Arthur created KAFKA-13942: Summary: LogOffsetTest occasionally hangs during Jenkins build Key: KAFKA-13942 URL: https://issues.apache.org/jira/browse/KAFKA-13942 Project: Kafka Issue T

[jira] [Created] (KAFKA-13941) Re-enable ARM builds following INFRA-23305

2022-05-26 Thread David Arthur (Jira)
David Arthur created KAFKA-13941: Summary: Re-enable ARM builds following INFRA-23305 Key: KAFKA-13941 URL: https://issues.apache.org/jira/browse/KAFKA-13941 Project: Kafka Issue Type: Task

Re: [DISCUSS] KIP-827: Expose logdirs total and usable space via Kafka API

2022-05-26 Thread Jun Rao
Hi, Igor, Thanks for the reply. I agree that this KIP could be useful for improving the tool for moving data across disks. It would be useful to clarify on the main motivation of the KIP. Also, DescribeLogDirsResponse already includes the size of each partition on a disk. So, it seems that Usable

RE: Re: KIP 678: New Kafka Connect SMT for plainText => Struct(or Map) with Regex

2022-05-26 Thread 최GJ
Hi Chris, Thank you for your positive feed back, And sorry about late reply ( I didn’t recognize your reply email… TT ) And I update KIP and PR with your review https://cwiki.apache.org/confluence/display/KAFKA/KIP+678%3A+New+Kafka+Connect+SMT+for+plainText+%3D%3E+Struct%28or+Map%29+with+Regex

Re: [DISCUSS] KIP-827: Expose logdirs total and usable space via Kafka API

2022-05-26 Thread Igor Soarez
Hi, This can also be quite useful to make better use of existing functionality in the Kafka API — moving replicas between log directories via ALTER_REPLICA_LOG_DIRS. If usable space information is also available the caller can make better decisions using the same API. It means a more consistent

Re: [DISCUSS] KIP-845: HasField predicate for kafka connect

2022-05-26 Thread Sagar
Hi Kumud, Thanks for that. I don't have any other comments at this point on the KIP. LGTM overall. Thanks! Sagar. On Wed, May 25, 2022 at 5:14 PM Sagar wrote: > Thanks for the KIP Kumud. > > Can you please add a couple of examples on how this would behave with > different combinations. I think

Re: [DISCUSS] KIP-840: Config file option for MessageReader/MessageFormatter in ConsoleProducer/ConsoleConsumer

2022-05-26 Thread Alexandre Garnier
Hello everyone, Any feedback on this KIP https://cwiki.apache.org/confluence/x/bBqhD? It is a straightforward improvement without any impact on existing users, so not much to discuss besides maybe the option name. -- Alex Le mer. 18 mai 2022 à 10:44, Alexandre Garnier a écrit : > Hi everyone