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
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.
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
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, ?