Re: Support for other OAuth2 grant types in Kafka

2025-02-27 Thread Kirk True
Hi Subra, On Thu, Feb 27, 2025, at 5:41 AM, Subra I wrote: > Thanks for the response Kirk. I will look at the links shared as well. > > It is clear from the earlier links that as of now, Kafka only supports > client credentials grant type by default. Am I right? (Unless we do a > custom implement

Re: Optimizing Kafka Streams Validation for Array Elements

2025-02-27 Thread Paweł Szymczyk
Hi Bruno, Many thanks for trying to understand the problem, I prepare some repository which has simple demo https://github.com/pszymczyk/streams-flatmap. You can run /src/main/javaMain.main and then /src/test/java/SimpleTest, as the result you will have 6 messages on custom-repartition topic and 3

Re: Documentation and meaning of configuration 'retention.bytes'

2025-02-27 Thread Josep Prat
Hi there, Documentation is in both repositories (https://github.com/apache/kafka-site and https://github.com/apache/kafka). To submit a PR, you need to fork the repo, make the changes and submit the PR. You can start by submitting a PR changing the necessary files under https://github.com/apache/ka

Re: Documentation and meaning of configuration 'retention.bytes'

2025-02-27 Thread אורי אהרוני
Well I've seen that the configuration descriptions for topics are only in the 'kafka-site' in the file 'topic_config.html' and not in the kafka repository. Does it mean I can open PR only in 'kafka-site' with the change? Thanks ‫בתאריך יום ה׳, 27 בפבר׳ 2025 ב-13:58 מאת ‪Josep Prat‬‏ <‪josep.p...@

Re: Documentation and meaning of configuration 'retention.bytes'

2025-02-27 Thread אורי אהרוני
I would like to propose the docs change for retention.bytes I see it's in this repo: https://github.com/apache/kafka-site How could I get permission for opening PR or new issue? ‫בתאריך יום ג׳, 25 בפבר׳ 2025 ב-11:25 מאת ‪Brebner, Paul‬‏ <‪paul.breb...@netapp.com.invalid‬‏>:‬ > Well spotted I thin

Re: Documentation and meaning of configuration 'retention.bytes'

2025-02-27 Thread Josep Prat
These are generated html files. As with all documentation the source of truth lies in `apache/kafka`. For this case you'd need to look here https://github.com/apache/kafka/blob/a39fcac95c82133ac6d9116216ae819d0bf9a6bd/storage/src/main/java/org/apache/kafka/server/log/remote/storage/RemoteLogManager

Re: Support for other OAuth2 grant types in Kafka

2025-02-27 Thread Subra I
Thanks for the response Kirk. I will look at the links shared as well. It is clear from the earlier links that as of now, Kafka only supports client credentials grant type by default. Am I right? (Unless we do a custom implementation as mentioned by you) On Wed, Feb 26, 2025 at 11:46 PM Kirk True