mjsax commented on PR #716:
URL: https://github.com/apache/kafka-site/pull/716#issuecomment-3256613930
Thanks for the PR (wanted to wait for 4.1.0 release to get out, to avoid any
race conditions updating the docs)
--
This is an automated message from the Apache Git Service.
To respond to
mjsax merged PR #716:
URL: https://github.com/apache/kafka-site/pull/716
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.or
Hi Jun, thanks for the feedback.
On Thu, Aug 28, 2025 at 3:03 PM Jun Rao wrote:
> JR1. "if the snapshot id has an epoch of 0 and a base offset of 0" : I
> guess that snapshot here means checkpoint?
Yes. I use the term interchangeably. I'll try to always use the word
checkpoint instead of the wor
+1 (non-binding)
Thanks for the KIP
From: dev@kafka.apache.org At: 09/04/25 13:24:06 UTC-4:00To:
dev@kafka.apache.org
Subject: [VOTE] KIP-1209: Add configuration to control internal topic creation
in Kafka Connect
hi
I would like to start a vote on *KIP-1209: Add configuration to control
int
mimaison merged PR #711:
URL: https://github.com/apache/kafka-site/pull/711
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@kafka.apache
Thanks Mickael! You lead Kafka to take another step forward!
> Justine Olshan 於 2025年9月5日 凌晨2:10 寫道:
>
> Thanks Mickael! And congratulations to everyone on the release!
>
>> On Thu, Sep 4, 2025 at 3:12 AM Apoorv Mittal
>> wrote:
>>
>> Great news! Thanks Mickael for running the release.
>>
>
Thanks Mickael! And congratulations to everyone on the release!
On Thu, Sep 4, 2025 at 3:12 AM Apoorv Mittal
wrote:
> Great news! Thanks Mickael for running the release.
>
> Minor thing, the release page mentions the release date as 2 September:
> https://kafka.apache.org/downloads. Should it be
mimaison merged PR #714:
URL: https://github.com/apache/kafka-site/pull/714
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@kafka.apache
[
https://issues.apache.org/jira/browse/KAFKA-19667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Schofield resolved KAFKA-19667.
--
Resolution: Fixed
> Close ShareConsumer in ShareConsumerPerformance only after metrics
Greg/Stan,
KIP-1150 is aiming for both diskless and leaderless. I am not sure why it is a
good idea trying to solve both in one KIP. This significantly increase the
scope of this project with the complexity of solving many related issues
(transaction, queue support, data locality) in the same
hi
I would like to start a vote on *KIP-1209: Add configuration to control
internal topic creation in Kafka Connect*
KIP: https://cwiki.apache.org/confluence/x/GAq2Fg
Discussion thread:
https://lists.apache.org/thread/l89rzzm0jd4ml7xx66mkxfztst281so7
mimaison opened a new pull request, #720:
URL: https://github.com/apache/kafka-site/pull/720
(no comment)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-
Hi Alyssa, thanks for the feedback. See my comments below.
On Wed, Aug 27, 2025 at 6:13 PM Alyssa Huang
wrote:
> This is the expected state for a cluster which upgraded from pre-KIP-1170
> to post-KIP-1170?
Correct. It upgraded software version before a controller became
active, committed the bo
ally heev created KAFKA-19671:
-
Summary: benchmark_test is throwing `NullPointerException`
Key: KAFKA-19671
URL: https://issues.apache.org/jira/browse/KAFKA-19671
Project: Kafka
Issue Type: Bug
The Apache Kafka community is pleased to announce the release for
Apache Kafka 4.1.0
The release brings many new features and improvements:
- Mechanism for plugin to register metrics
- Allow running multiple versions of connector plugins
- Queue are now in preview access
- New Streams rebalance pr
Hi,
+1 (non-binding).
I have tried our Strimzi test container on AArch64. Tests passed without
any problem. Thanks.
Cheers,
Maros.
Chia-Ping Tsai created KAFKA-19670:
--
Summary: Unify the command-line parser
Key: KAFKA-19670
URL: https://issues.apache.org/jira/browse/KAFKA-19670
Project: Kafka
Issue Type: Improvement
I submitted a PR and the build indicates that the build failed on java 24.
All of the tests passed but gradle seems to be reporting that it failed.
Can someone point me to the reason why?
https://github.com/apache/kafka/actions/runs/17437178638/job/49511325798
Thx,
Claude
I see from the javadocs that "ConfigKey.dependents" specifies the
dependents of a configuration, but no indication of what that means. I
assume that it is an abstract sort of idea that is intended to indicate
that the use of property "B" is dependent upon the presence of property
"A". In which ca
andy1li commented on PR #690:
URL: https://github.com/apache/kafka-site/pull/690#issuecomment-3253516069
Completed by https://github.com/apache/kafka-site/pull/714
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
andy1li closed pull request #690: Fix missing responses in Procotol Guide
URL: https://github.com/apache/kafka-site/pull/690
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
Hi Ismael,
If I understand your question, in KIP-392 the `client.rack` config serves both
as setting the rack and as the on/off switch for the whole feature. In
KIP-1123, these are separate. Originally I thought that having separate configs
would be more explicit and more future-proof: in case
Hi all,
I'd like to ask the Kafka dev community to have a look at this KIP. Thank you!
Best,
Ivan
On Mon, Jun 30, 2025, at 12:15, Ivan Yurchenko wrote:
> Hello dear Kafka developers,
>
> We'd like to start a discussion on the KIP-1189: Allow custom topic
> configurations for RemoteStorageManag
Great news! Thanks Mickael for running the release.
Minor thing, the release page mentions the release date as 2 September:
https://kafka.apache.org/downloads. Should it be 4 September?
Regards,
Apoorv Mittal
On Thu, Sep 4, 2025 at 10:54 AM Mickael Maison wrote:
> The Apache Kafka community i
mimaison merged PR #720:
URL: https://github.com/apache/kafka-site/pull/720
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: dev-unsubscr...@kafka.apache
mimaison commented on PR #714:
URL: https://github.com/apache/kafka-site/pull/714#issuecomment-3252268569
@chia7712 @showuon This is needed for the 4.1.0 release. Can you take a
look? Thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
Hi all,
We have also thought in a bit more details about transactions and queues,
here's the plan.
*Transactions*
The support for transactions in *classic topics* is based on precise
interactions between three actors: clients (mostly producers, but also
consumers), brokers (ReplicaManager and
27 matches
Mail list logo