Help for contributing

2024-07-27 Thread meisam jafari
Hello there, I am very enthusiastic to contributing to the kafka, recently I read the kafka definitive guide book and got insights how kafka works, then I got kafka source code and built it and ran some unit tests. Now I want to work on some real issues to start my gurney of becoming a kafka comit

Re: [PR] Add blog post for 3.8 release [kafka-site]

2024-07-27 Thread via GitHub
jlprat commented on code in PR #614: URL: https://github.com/apache/kafka-site/pull/614#discussion_r1694005142 ## blog.html: ## @@ -22,6 +22,106 @@ Blog + + + +Apache Kafka 3.8.

[jira] [Created] (KAFKA-17209) Revisit testCurrentLag for AsyncKafkaConsumer

2024-07-27 Thread TaiJuWu (Jira)
TaiJuWu created KAFKA-17209: --- Summary: Revisit testCurrentLag for AsyncKafkaConsumer Key: KAFKA-17209 URL: https://issues.apache.org/jira/browse/KAFKA-17209 Project: Kafka Issue Type: Test

Re: [VOTE] KIP-1042: Support for wildcard when creating new acls

2024-07-27 Thread Claude Warren, Jr
I have updated the KIP with results from the Trie implementation and they are dramatic to say the least. For most searches they are at least an order of magnitude faster and use less memory. The wildcard search is not a regular expression but rather a file type wild card (*=1 or more character, ?