[jira] [Created] (KAFKA-10318) Default API timeout must be enforced to be greater than request timeout just like in AdminClient

2020-07-28 Thread Gabor Somogyi (Jira)
Gabor Somogyi created KAFKA-10318: - Summary: Default API timeout must be enforced to be greater than request timeout just like in AdminClient Key: KAFKA-10318 URL: https://issues.apache.org/jira/browse/KAFKA

Re: [DISCUSS] KIP-373: Allow users to create delegation tokens for other users

2019-09-03 Thread Gabor Somogyi
+1 (non-binding) I've had a deeper look and this would be a good addition to Spark. On Thu, Aug 15, 2019 at 6:19 PM Viktor Somogyi-Vass wrote: > Started to implement my proposition and thought about it a little bit more > and it seems like I overthought the problem and we'd actually be better

[jira] [Created] (KAFKA-8809) Infinite retry if secure cluster tried to be reached from non-secure consumer

2019-08-16 Thread Gabor Somogyi (JIRA)
Gabor Somogyi created KAFKA-8809: Summary: Infinite retry if secure cluster tried to be reached from non-secure consumer Key: KAFKA-8809 URL: https://issues.apache.org/jira/browse/KAFKA-8809 Project

Re: [VOTE] KIP-396: Add Commit/List Offsets Operations to AdminClient

2019-08-14 Thread Gabor Somogyi
+1 (non-binding) I've read it through in depth and as Jungtaek said Spark can make good use of it. On Wed, 14 Aug 2019, 17:06 Jungtaek Lim, wrote: > +1 (non-binding) > > I found it very useful for Spark's case. (Discussion on KIP-505 described > it.) > > Thanks for driving the effort! > > 2019년

Re: [DISCUSS] KIP-505 : Add new public method to only update assignment metadata in consumer

2019-08-13 Thread Gabor Somogyi
I've had a look on KIP-396 and until now only 1 binding vote arrived. Hope others would consider it as a good solution... G On Tue, Aug 13, 2019 at 11:52 AM Gabor Somogyi wrote: > I've had concerns calling AdminClient.listTopics because on big clusters > I've seen OOM because of to

Re: [DISCUSS] KIP-505 : Add new public method to only update assignment metadata in consumer

2019-08-13 Thread Gabor Somogyi
the expectation. That's not only > use > >> case > >> > > for > >> > > >> poll(0). Spark is also seeking the offset per topicpartition to > the > >> > > >> earliest or the latest, or specific one (either provided by end &

Re: [DISCUSS] KIP-505 : Add new public method to only update assignment metadata in consumer

2019-08-12 Thread Gabor Somogyi
on listener to hear > > the news on reassignment. Unfortunately that's not the case. > > > > Unit tests in Spark have similar needs: looks like Kafka test code also > > leverages `updateAssignmentMetadataIfNeeded` and `poll(0)` in many places > > as it's appropriate to

Re: [DISCUSS] KIP-505 : Add new public method to only update assignment metadata in consumer

2019-08-12 Thread Gabor Somogyi
Hi Guys, Please see the actual implementation, pretty sure it explains the situation well: https://github.com/apache/spark/blob/master/external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaOffsetReader.scala To answer one question/assumption which popped up from all of you

Re: Alternative of poll(0) without pulling records

2019-08-12 Thread Gabor Somogyi
r that. If you want to create the topics, > you > >> could use AdminClient#createTopics. > >> > >> best, > >> Colin > >> > >> > >> On Fri, Aug 9, 2019, at 11:23, Gabor Somogyi wrote: > >> > > Each KafkaCons

Re: Alternative of poll(0) without pulling records

2019-08-09 Thread Gabor Somogyi
> Each KafkaConsumer method that returns metadata will already block until such metadata is available The old API was waiting infinitely but the new has a timeout which has effect on the metadata fetch as well. Spark is interested in only the assigned partitions and/or latest/earliest/...

[jira] [Created] (KAFKA-8468) AdminClient.deleteTopics doesn't wait until topic is deleted

2019-06-03 Thread Gabor Somogyi (JIRA)
Gabor Somogyi created KAFKA-8468: Summary: AdminClient.deleteTopics doesn't wait until topic is deleted Key: KAFKA-8468 URL: https://issues.apache.org/jira/browse/KAFKA-8468 Project: Kafka

[jira] [Created] (KAFKA-8234) Multi-module support for JAAS config property

2019-04-15 Thread Gabor Somogyi (JIRA)
Gabor Somogyi created KAFKA-8234: Summary: Multi-module support for JAAS config property Key: KAFKA-8234 URL: https://issues.apache.org/jira/browse/KAFKA-8234 Project: Kafka Issue Type

[jira] [Created] (KAFKA-8128) Dynamic delegation token change possibility for consumer/producer

2019-03-19 Thread Gabor Somogyi (JIRA)
Gabor Somogyi created KAFKA-8128: Summary: Dynamic delegation token change possibility for consumer/producer Key: KAFKA-8128 URL: https://issues.apache.org/jira/browse/KAFKA-8128 Project: Kafka

[jira] [Created] (KAFKA-7927) Read committed receives aborted events

2019-02-13 Thread Gabor Somogyi (JIRA)
Gabor Somogyi created KAFKA-7927: Summary: Read committed receives aborted events Key: KAFKA-7927 URL: https://issues.apache.org/jira/browse/KAFKA-7927 Project: Kafka Issue Type: Bug

[jira] [Created] (KAFKA-7677) Client login with already existing JVM subject

2018-11-27 Thread Gabor Somogyi (JIRA)
Gabor Somogyi created KAFKA-7677: Summary: Client login with already existing JVM subject Key: KAFKA-7677 URL: https://issues.apache.org/jira/browse/KAFKA-7677 Project: Kafka Issue Type: New