Georg Friedrich
Georg Friedrich
hi @achille-roussel, today the Kafka app panic'd again but this time with an error like the one at https://github.com/segmentio/kafka-go/issues/457 I found that the bugfix of https://github.com/segmentio/kafka-go/pull/551 never made it to...
Thanks @achille-roussel But I've just checked the Kafka code and found that it is basically impossible that Kafka will send a -1 there (or any other negative number): https://github.com/apache/kafka/blob/75795d1ed8402f185e00b5f3aedcc2bcbb914ca9/clients/src/main/java/org/apache/kafka/common/record/DefaultRecord.java#L198 To...
@achille-roussel today I was finally able to debug the situation on one of our Kafka clusters. The application is still on version 0.4.30 - so all the line numbers you'll...
Please see the following project: [bug.zip](https://github.com/Netflix/dgs-framework/files/9154609/bug.zip) ## Usage Instructions When running the application it currently logs `~~~~~~~~~~ This will be called and logged even though it should not!` but this...
@jzheaux: Thanks for checking and good to hear that I didn't miss anything. Maybe it is worth to mention it somewhere that there is at least this kind of difference...
I've found even more issues: The `JavaSystemPropertiesProxySettings` class already converts the values to a `Pattern` class whereas the `ProxyExtension` class still expects a `List` and not `List` But there is...
@cwlbraa: Indeed the CF healthcheck and the liveness check would be the same. Even though it would be great if one could configure the port that is used by the...
I've migrated to the official [Go client from Confluent](https://github.com/confluentinc/confluent-kafka-go)
@mp911de: Could this ticket be updated to a more up-to-date milestone? Having this feature would be nice, because some Redis UIs also use the colon to group keys. So using...
Hi @debora-ito and thanks for getting back at me. As mentioned in the first post I'm using an SSO session within the AWS config - or in other words: Yes,...