Baljit Singh
Baljit Singh
👍 . This would be very useful to not recreate/reprocess attributes (although only once) if they're already known at construction. Another way to think about this: `Value.Default` = `Value.Derived` +...
Yes, but that requires maintaining/hosting our own image. Using the official image directly is less overhead and the preferred solution.
At the INFO level, the default credentials provider actually does not state which underlying credentials provider is being used. So it is difficult to debug, especially in the Kubernetes/STS context....
I created #4631.
The changes did fix my issues. Thank you!
We could really use this method. This is helpful because it removes the if/else code branch from the application codes, and therefore, devs don't have to write trivial unit tests...
Few more thoughts: the error handler probably shouldn't map `DataBufferLimitException` to `413` directly, as there can be other reasons for the exception. For example, `WebClient` can also throw this exception,...
So, does `KafkaStreamsMicrometerListener` not do anything? I'm trying to make sense of the [documentation](https://docs.spring.io/spring-kafka/reference/streams.html#streams-micrometer).
If it is best to have this issue in the Spring Boot project, that is alright with me (please move it). All I'm really looking for is to have the...
@SergeTupchiy thank you for responding promptly, and thank you for referencing the documentation. It was wrong for me to call it "incorrect". EMQX is following the MQTT v5 spec correctly:...