RE: [ANNOUNCE] New committer: Andrew Schofield

2024-12-02 Thread Jhen-Yung Hsu
Congratulations Andrew! Very well deserve!

Yung

On 2024/12/02 14:13:52 David Arthur wrote:
> The Project Management Committee (PMC) for Apache Kafka is pleased to
> announce Andrew Schofield as a new Kafka committer.
>
> Andrew has been active in the project since May of 2023 and has
contributed
> a great deal in that time. Most notably, he is the author of KIP-932
Queues
> for Kafka, which is a major KIP. He also revived KIP-714 Client Metrics
and
> Observability and successfully carried it through.
>
> Please join us in welcoming Andrew to their new role and responsibility in
> the Kafka community.
>
> David Arthur
> On behalf of the Apache Kafka PMC
>


Permissions to contribute to Apache Kafka

2024-12-09 Thread Jhen-Yung Hsu
wiki ID: Jhen-Yung Hsu
Jira ID: Jhen-Yung Hsu

Thanks,
Yung


RE: [VOTE] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-16 Thread Jhen-Yung Hsu
+1 (non-binding)


RE: [VOTE] KIP-1118: Add Deadlock Protection on Producer Network Thread

2024-12-13 Thread Jhen-Yung Hsu
+1 (non-binding)


RE: [ANNOUNCE] New committer: TengYao Chi

2025-04-10 Thread Jhen-Yung Hsu
Congratulations! Happy to contribute with you on Kafka.

On 2025/04/10 15:54:58 "Matthias J. Sax" wrote:
> The Project Management Committee (PMC) for Apache Kafka is pleased to
> announce TengYao Chi as a new Kafka committer.
>
> TengYao has been active in the project since April of 2024 and has
> contributed a great deal in that time. As a matter of fact, he has the
> most commits across all contributors in the last 12 month:
> https://github.com/apache/kafka/graphs/contributors?from=4%2F6%2F2024
>
> Please join us in welcoming TengYao to their new role and responsibility
> in the Kafka community.
>
>
> Matthias J. Sax
> On behalf of the Apache Kafka PMC
>


RE: [ANNOUNCE] New committer: Apoorv Mittal

2025-04-10 Thread Jhen-Yung Hsu
Congratulations Apoorv! Well deserved.

On 2025/04/10 15:55:01 "Matthias J. Sax" wrote:
> The Project Management Committee (PMC) for Apache Kafka is pleased to
> announce Apoorv Mittal as a new Kafka committer.
>
> Apoorv has been active in the project since October of 2023 and has
> contributed a great deal in that time. Most notably, he implemented
> KIP-714 (Client Metrics and Observability), and is a major contributor
> to KIP-932 (Queues for Kafka).
>
> Please join us in welcoming Apoorv to their new role and responsibility
> in the Kafka community.
>
>
> Matthias J. Sax
> On behalf of the Apache Kafka PMC
>


RE: [VOTE] KIP-1148: Remove log.cleaner.enable configuration

2025-04-10 Thread Jhen-Yung Hsu
Thanks for the KIP!

  +1 (non-binding)

On 2025/04/10 07:51:53 TengYao Chi wrote:
> Hello everyone,
>
> I would like to call a vote on KIP-1148
> .
>
> Here  is
> the discussion thread.
>
>
> Best Regards,
> TengYao
>


RE: [VOTE] KIP-1157: Enforce KafkaPrincipalSerde Implementation for KafkaPrincipalBuilder

2025-05-06 Thread Jhen-Yung Hsu
+1 (non-binding)

Yunyung

On 2025/05/05 08:03:12 Johnny Wang wrote:
> Hi all,
> I would like to call a vote for KIP-1157.
> https://cwiki.apache.org/confluence/x/1gq9F
>
> This KIP proposes to enforce the implementation of KafkaPrincipalSerde
> alongside KafkaPrincipalBuilder, which is currently only noted in the
> interface comments.
>
> Thanks,
> Wang
>


RE: [ANNOUNCE] New Kafka Committer: PoAn Yang

2025-07-12 Thread Jhen-Yung Hsu
Congratulations PoAn! Happy to contribute with you.

On 2025/07/12 18:31:18 Chia-Ping Tsai wrote:
> Dear all,
>
> The Project Management Committee (PMC) for Apache Kafka is pleased to
> announce PoAn as a new Kafka committer.
>
> PoAn is a highly diligent and active contributor who consistently strives
> to improve our codebase. He has successfully completed numerous
refactoring
> tasks and actively contributed to stabilizing the next-generation async
> consumer by resolving several critical bugs.
>
> Please join us in welcoming PoAn to their new role and responsibility in
> the Kafka community.
>
> Chia-Ping, on behalf of the Apache Kafka PMC
>


RE: [ANNOUNCE] New Kafka Committer: Omnia Ibrahim

2025-07-12 Thread Jhen-Yung Hsu
Congrats Omnia!

On 2025/06/25 15:22:48 Justine Olshan wrote:
> Hi,
>
> The Project Management Committee (PMC) for Apache Kafka is pleased to
> announce Omnia Ibrahim as a new Kafka committer.
>
> Omnia has been involved in the community since 2021 working on MirrorMaker
> and clients, as well as improving the project with various code cleanups
> and migrations.
>
> Please join us in welcoming Omnia Ibrahim to their new role and
> responsibility in
> the Kafka community.
>
> Justine Olshan, on behalf of the Apache Kafka PMC
>


RE: [ANNOUNCE] New Kafka PMC Member: José Armando García Sancio

2025-07-12 Thread Jhen-Yung Hsu
Congrats José, very well deserved!

On 2025/06/16 13:05:04 Mickael Maison wrote:
> Hi,
>
> José has been a Kafka committer since November 2021. He has remained
> very active in the community since then, and it's my pleasure to
> announce that he has accepted our invitation to become a member of the
> Kafka PMC.
>
> Congratulations José!
>
> Mickael, on behalf of the Apache Kafka PMC
>


[jira] [Created] (KAFKA-19514) Deprecate and remove Properties from public API

2025-07-16 Thread Jhen-Yung Hsu (Jira)
Jhen-Yung Hsu created KAFKA-19514:
-

 Summary: Deprecate and remove Properties from public API
 Key: KAFKA-19514
 URL: https://issues.apache.org/jira/browse/KAFKA-19514
 Project: Kafka
  Issue Type: Bug
Reporter: Jhen-Yung Hsu
Assignee: Jhen-Yung Hsu


Currently, Kafka clients (Producer, Consumer, AdminClient) widely expose and 
accept configuration via java.util.Properties in their public API.

Properties has a few drawbacks, like the ones pointed out in 
https://issues.apache.org/jira/browse/KAFKA-19213, and it has unnecessary 
concurrency overhead. On the other hand, Map is a more modern and flexible 
option.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


RE: [ANNOUNCE] New committer: Andrew Schofield

2024-12-02 Thread Hsu (Jhen-Yung Hsu) Jhen-Yung
Congratulations Andrew! Very well deserved!

On 2024/12/02 14:13:52 David Arthur wrote:
> The Project Management Committee (PMC) for Apache Kafka is pleased to
> announce Andrew Schofield as a new Kafka committer.
>
> Andrew has been active in the project since May of 2023 and has contributed
> a great deal in that time. Most notably, he is the author of KIP-932 Queues
> for Kafka, which is a major KIP. He also revived KIP-714 Client Metrics and
> Observability and successfully carried it through.
>
> Please join us in welcoming Andrew to their new role and responsibility in
> the Kafka community.
>
> David Arthur
> On behalf of the Apache Kafka PMC
>