Re: First time patch submitter advice

2020-06-21 Thread Michael Carter
Thanks Bruno > On 19 Jun 2020, at 6:48 pm, Bruno Cadonna wrote: > > I meant "Hi Michael" not Luke. > Sorry Michael and Luke. > > Best, > Bruno > > On Fri, Jun 19, 2020 at 10:47 AM Bruno Cadonna wrote: >> >> Hi Luke, >> >> The guide is a bit outdated. Thank you for pointing it out. I updated

Re: Highwater mark interpretation

2020-06-21 Thread D C
The short answer is : yes, a consumer can only consume messages up to the High Watermark. The long answer is not exactly, for the following reasons: At the partition level you have 3 major offsets that are important to the health of the partition and accessibility from the consumer pov: LeO (log

Re: Highwater mark interpretation

2020-06-21 Thread D C
Hey Nag Y, I’m not exactly sure if reducing the replication factor while a broker is down would release the messages to be consumed (or at least not on all partitions) for the simple fact that it might just remove the last replica in the list which might not mach your unreachable broker. Personall

Jenkins build is back to normal : kafka-trunk-jdk11 #1589

2020-06-21 Thread Apache Jenkins Server
See

Re: [DISCUSS] KIP-431: Support of printing additional ConsumerRecord fields in DefaultMessageFormatter

2020-06-21 Thread Badai Aqrandista
Excellent. Would like to hear more feedback from others. On Sat, Jun 20, 2020 at 1:27 AM David Jacot wrote: > > Hi Badai, > > Thanks for your reply. > > 2. Yes, that makes sense. > > Best, > David > > On Thu, Jun 18, 2020 at 2:08 PM Badai Aqrandista wrote: > > > David > > > > Thank you for repl

Build failed in Jenkins: kafka-trunk-jdk14 #237

2020-06-21 Thread Apache Jenkins Server
See Changes: [manikumar] KAFKA-9194: Update documentation for replica.fetch.min.bytes config -- [...truncated 3.18 MB...] org.apache.kafka.streams.TopologyTestDriverTest

Build failed in Jenkins: kafka-trunk-jdk8 #4660

2020-06-21 Thread Apache Jenkins Server
See Changes: [manikumar] KAFKA-9194: Update documentation for replica.fetch.min.bytes config -- [...truncated 3.15 MB...] org.apache.kafka.streams.TopologyTestDriverTest

[jira] [Resolved] (KAFKA-10183) MirrorMaker creates duplicate messages in target cluster

2020-06-21 Thread Liraz Sharaby (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liraz Sharaby resolved KAFKA-10183. --- Resolution: Done Increasing max.tasks seems to have resolved the issue. As per documentatio