nightswimmings
nightswimmings
It keeps returning the default count number 50, even if akhq's application.yml contains the key ``` akhq: topic-data: size: 2000 ```
We'd like to know what Kafka versions does akhq support officially and in a tested way (if all of them are compatible, then a note would be useful) Thanks!
I tested basic-auth on akhq and passwords that do contain ':' are not working, I presume that is because the .split() in order to tell apart the user and the...
If the proxy target returns a 302 + Location, Spring-Cloud-Gateway does not follow the redirect automatically, it just forwards it to the client so it has to request again (and...
After the implementation of the shell cleanup commands, it would be nice if there was a way to set up SCDF with a param in such a way that it...
Ideally logic should be extracted into public methods that accept a restTemplate At least make the dependencies autowired by constructor or @Bean method arguments so we can compose the behavior...
I am trying to find any official statement on what SCDF client versions work with which server SCDF versions and I cannot find it. Would it be worthwhile to add...
Im doing some tests over a Kafka with Confluent SchemaRegistry, and I am finding a deserialization behavior that does not match what is described in the documentation My testbed consists...
It would be nice being able to tell whether serializing the quotes as single like in: ` ` since those are legal in html (To avoid hundreds of` "`)
Sometimes you want to make the start condition based on whenever the docker image entrypoint has finished but want to avoid hardcoding a particular logline as signal. Why not something...