Re: [DISCUSS] KIP-1178: Introduce remote.max.partition.fetch.bytes in Consumer

2025-05-15 Thread Emanuele Sabellico
tion would be helpful in case the characteristics of a > particular > storage provider needed to be accommodated. > > I wonder if Emanuele Sabellico can add any information about how librdkafka > manages the limits in FetchRequest and how sensitive it is to more data > being >

Re: [DISCUSS] KIP-1139: Add support for OAuth jwt-bearer grant type

2025-05-06 Thread Emanuele Sabellico
ecurity plugins. > > Thanks, > Kirk > > On Sat, May 3, 2025, at 6:11 AM, Emanuele Sabellico wrote: > > Thanks for the KIP Kirk! I have this question: > > > > 1. `sasl.oauthbearer.assertion.algorithm` is used to select the JOSE > > signature algorithm so it also contai

[DISCUSS] KIP-1139: Add support for OAuth jwt-bearer grant type

2025-05-03 Thread Emanuele Sabellico
Thanks for the KIP Kirk! I have this question: 1. `sasl.oauthbearer.assertion.algorithm` is used to select the JOSE signature algorithm so it also contains the hash size. Just you have to choose one that matches your private key algorithm, only SHA256 at the moment. What kind of error is returned

RE: [DISCUSS] KIP-1092: Extend Consumer#close with an option to leave the group or not

2025-03-14 Thread Emanuele Sabellico
Hello TengYao, I have a question about this KIP. Given it's not mentioned the *unsubscribe* behaviour should be the current default one in the Java client, that is to send a *LeaveGroup *or *ConsumerGroupHeartbeat(-1)* if the member is dynamic and *no LeaveGroup* or *ConsumerGroupHeartbeat(-2)* if

[jira] [Resolved] (KAFKA-16320) CreateTopics, DeleteTopics and CreatePartitions differences between Zookeeper and KRaft

2025-02-17 Thread Emanuele Sabellico (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-16320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emanuele Sabellico resolved KAFKA-16320. Resolution: Not A Problem > CreateTopics, DeleteTopics and CreatePartiti

[jira] [Created] (KAFKA-17237) [rack-aware assignors] Rebalance is triggered every time a broker isn't reported from a metadata call

2024-08-01 Thread Emanuele Sabellico (Jira)
Emanuele Sabellico created KAFKA-17237: -- Summary: [rack-aware assignors] Rebalance is triggered every time a broker isn't reported from a metadata call Key: KAFKA-17237 URL: https://issues.apache.org

[jira] [Created] (KAFKA-16320) CreateTopics, DeleteTopics and CreatePartitions differences between Zookeeper and KRaft

2024-03-01 Thread Emanuele Sabellico (Jira)
Emanuele Sabellico created KAFKA-16320: -- Summary: CreateTopics, DeleteTopics and CreatePartitions differences between Zookeeper and KRaft Key: KAFKA-16320 URL: https://issues.apache.org/jira/browse/KAFKA

[jira] [Created] (KAFKA-16310) ListOffsets doesn't report the offset with maxTimestamp anymore

2024-02-28 Thread Emanuele Sabellico (Jira)
Emanuele Sabellico created KAFKA-16310: -- Summary: ListOffsets doesn't report the offset with maxTimestamp anymore Key: KAFKA-16310 URL: https://issues.apache.org/jira/browse/KAFKA-16310 Pr

[jira] [Created] (KAFKA-16147) Partition is assigned to two members at the same time

2024-01-16 Thread Emanuele Sabellico (Jira)
Emanuele Sabellico created KAFKA-16147: -- Summary: Partition is assigned to two members at the same time Key: KAFKA-16147 URL: https://issues.apache.org/jira/browse/KAFKA-16147 Project: Kafka

[jira] [Created] (KAFKA-15997) Ensure fairness in the uniform assignor

2023-12-12 Thread Emanuele Sabellico (Jira)
Emanuele Sabellico created KAFKA-15997: -- Summary: Ensure fairness in the uniform assignor Key: KAFKA-15997 URL: https://issues.apache.org/jira/browse/KAFKA-15997 Project: Kafka Issue

[jira] [Created] (KAFKA-15989) Upgrade existing generic group to consumer group

2023-12-08 Thread Emanuele Sabellico (Jira)
Emanuele Sabellico created KAFKA-15989: -- Summary: Upgrade existing generic group to consumer group Key: KAFKA-15989 URL: https://issues.apache.org/jira/browse/KAFKA-15989 Project: Kafka

RE: Re: [DISCUSS] KIP-951: Leader discovery optimisations for the client

2023-07-21 Thread Emanuele Sabellico
The downsides of bumping the version is that clients have to have all the latest features implemented before being able to benefit from this performance improvement. One of the benefits of using a tagged field is to make the field available to previous versions too. Choosing a minimum value for

RE: Re: [DISCUSS] KIP-951: Leader discovery optimisations for the client

2023-07-17 Thread Emanuele Sabellico
The downsides of bumping the version is that clients have to have all the latest features implemented before being able to benefit from this performance improvement. One of the benefits of using a tagged field is to make the field available to previous versions too. Choosing a minimum value for