Re: [DISCUSS] KIP-447: Producer scalability for exactly once semantics

2019-08-25 Thread Boyang Chen
Hey Guozhang and Jason, I'm ok with either way. Thinking of Guozhang's approach, it is simpler to implement a consumer-producer if we avoid callback pattern and only do the group metadata initialization once, however the access pattern of consumer rebalance state is scattered, which means we get b

Build failed in Jenkins: kafka-trunk-jdk11 #773

2019-08-25 Thread Apache Jenkins Server
See Changes: [rhauch] KAFKA-8586: Fail source tasks when producers fail to send records -- [...truncated 1.12 MB...] kafka.api.SslEndToEndAuthorizationTest > testNoDescri

Jenkins build is back to normal : kafka-2.1-jdk8 #225

2019-08-25 Thread Apache Jenkins Server
See

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

2019-08-25 Thread Apache Jenkins Server
See Changes: [gwen] KAFKA-8391; Temporarily ignore flaky Connect rebalance integration tests [rhauch] MINOR: Fix the doc of scheduled.rebalance.max.delay.ms config property -

Jenkins build is back to normal : kafka-2.2-jdk8 #161

2019-08-25 Thread Apache Jenkins Server
See

Build failed in Jenkins: kafka-2.3-jdk8 #95

2019-08-25 Thread Apache Jenkins Server
See Changes: [rhauch] KAFKA-8586: Fail source tasks when producers fail to send records [gwen] KAFKA-8391; Temporarily ignore flaky Connect rebalance integration tests -- [..

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

2019-08-25 Thread Apache Jenkins Server
See Changes: [rhauch] KAFKA-8586: Fail source tasks when producers fail to send records -- [...truncated 2.60 MB...] org.apache.kafka.streams.StreamsConfigTest > shouldTh

Re: [DISCUSS] KIP-481: SerDe Improvements for Connect Decimal type in JSON

2019-08-25 Thread Randall Hauch
Thanks for all the work, Almog. For the most part, I think this KIP will be a great improvement, and IMO is almost ready to go. However, I do have a few suggestions that affect the wording more than the intent. First, the name of the `json.decimal.serialization.format` property is pretty long, es

Build failed in Jenkins: kafka-1.0-jdk7 #277

2019-08-25 Thread Apache Jenkins Server
See Changes: [rhauch] KAFKA-8586: Fail source tasks when producers fail to send records [rhauch] MINOR: Correct build error on missing import from previous merge -- Started

[jira] [Resolved] (KAFKA-8586) Source task producers silently fail to send records

2019-08-25 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch resolved KAFKA-8586. -- Reviewer: Randall Hauch Resolution: Fixed > Source task producers silently fail to send r

[jira] [Created] (KAFKA-8832) We should limit the maximum size read by a fetch request on the kafka server.

2019-08-25 Thread ChenLin (Jira)
ChenLin created KAFKA-8832: -- Summary: We should limit the maximum size read by a fetch request on the kafka server. Key: KAFKA-8832 URL: https://issues.apache.org/jira/browse/KAFKA-8832 Project: Kafka