Kevin Wooten

Results 226 comments of Kevin Wooten
trafficstars

@mickaeltr Your changes were very helpful! Thank you! First, I was able to determine that Liquibase has a peculiar, but not necessarily incorrect, mannerism in that it uses a `CallableStatement`...

This has been in the works for quite some time; including a move to the official pgjdbc projecy. Although, it's not super high on our list of things to do.

I'm not using this library (as I just discovered it) but I think adding breadcrumb support is pretty easy with the current interceptor the library already implements and without requiring...

@ejona86 Where do I beg to get `protoc-gen-grpc-java` published as `osx-aarch_64`? This is the lone holdout of 3 projects (including `com.google.protobuf:protoc`) required for building easily on the M1. The other...

@ejona86 I've had a look at the repo and created a very simple PR #8680 . No idea if it works but maybe this gets things rolling?

I've tried to implement this but I'm stuck up against SmallRye config. As I said in Quarkus#25754 this should be implemented as a freeform set of options. There are lots...

@ozangunalp This converter function still caches the last used converter. This is wrong, read my original PR for details.

@ozangunalp The issue is the incoming messages changing. You cal `canConvert` on one instance and assume every instance to follow is exactly the same format. The performance penalty to call...

I've edited the issue to reflect that this is happening with manual & post-processing ack strategies.

@cescoffier As discussed in the Zulip chat. There are a 5 or 6 failing Kafka tests that seem to be a result of the now required `onItem().transformtoUniAndConcatenate()` used during conversion.