Re: Old deprecated producer

2018-07-07 Thread Ismael Juma
The old Scala producers were removed in 2.0.0. The Java producer supports batching. Ismael On Sat, 7 Jul 2018, 05:38 jna, wrote: > Hello, > > I'm using the old producer API, and i saw since a long time (few > versions) that this API is deprecated. When will you decide to remove > this old

Old deprecated producer

2018-07-07 Thread jna
Hello, I'm using the old producer API, and i saw since a long time (few versions) that this API is deprecated. When will you decide to remove this old API? If you won't remove it, perhaps you could remove the deprecated. Will you provide a new way to produce a user batch of records or the

Re: [DISCUSS] KIP-320: Allow fetchers to detect and handle log truncation

2018-07-07 Thread Dong Lin
Hey Anna, Thanks much for the thoughtful reply. It makes sense to different between "seeking to a message" and "seeking to a position". I have to questions here: - For "seeking to a message" use-case, with the proposed approach user needs to call findOffset(offset, leaderEpoch) followed by

Re: [VOTE] KIP-331 Add default implementation to close() and configure() for Serializer, Deserializer and Serde

2018-07-07 Thread vito jeng
Thanks for the KIP! +1(non-binding) --- Vito On Sat, Jul 7, 2018 at 11:29 AM, Chia-Ping Tsai wrote: > hi Ismael > > > I think we should be thinking about > > https://issues.apache.org/jira/browse/KAFKA-6923 at the same time. > > you are right. KAFKA-6923 and KAFKA-6161 are the keys to