nightswimmings

Results 29 issues of nightswimmings

It keeps returning the default count number 50, even if akhq's application.yml contains the key ``` akhq: topic-data: size: 2000 ```

bug
backend
topic data

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!

enhancement
good first issue
documentation

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

bug
dependencies

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

waiting for votes

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

type/enhancement
area/batch-task

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

type/enhancement

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

area/documentation

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