Loïc Mathieu

Results 118 comments of Loïc Mathieu

In fact, you must se `group.id` to avoid commiting offset on a topic `enable.auto.commit` should be set to `false` by default. This will allow to have idempotent scenario.

I can provide a PR if you want

I think the main issue is that the consumer expect the message payload is JSON. We should have a way to deal with non-json message so AVRO and byte array...

Named handlers are supported on standard handlers (the one incuded in the core quarkus library) but not in the `logging-gelf` extension. So this is a feature request not a bug,...

@blsouthr another solution would be to use MDC fields (https://logging.paluch.biz/mdc.html) but these are not currently exposed inside the `logging-gelf` extension.

@blsouthr MDC is a standard logging mechanism, could it be used if we expose them ?

@JohnneSouza the PR should be even easier ;) We already have a mechanism to replace field name in case `@BsonProperty` is used, we can add an hardcoded replacement for `id...

@JohnneSouza do you still plan to provide a PR for this ?

@JohnneSouza I was thinking about this (and an other issue with querying with attributes annotated by `@BsonProperty`. MongoDB PojoCodec is only used to serialize/deserialize a Pojo to/from a collection, at...

@evanchooly yes, this is more or less what I'm thinking of, what you named _mapped names_ I named them _collection field names_. I should update the documentation guide and the...