Andrea Selva

Results 256 comments of Andrea Selva

@yaauie do you think that once an `if` breaks, the event should be cancelled or tagged with a label like `_error_evaluating_if`. In the first case the event is simply dropped...

I agree with you, logging and DLQ-ing if DLQ is enabled, is the best path forward.

Re-open because the DLQ part is still in progress plus there are also a couple of issues related to this: - #16418 - #16419

Sorry @nikhithakarennagari but I wasn't able to reproduce locally: ``` org.logstash.xpack.test.RSpecTests > rspecTests PASSED -------------------------------------------------------------------- | Results: SUCCESS (1 tests, 1 successes, 0 failures, 0 skipped) | -------------------------------------------------------------------- Deprecated Gradle...

I checkout the sources, the tests runs the full source base, it doesn't bother if OSS or not.

@nikhithakarennagari His analysis is correct, the point is that `export OSS=true` shouldn't be set, at the end it's an internal detail. I know it's documented in README and checking if...

This fails because bigdecimal `3.1.8-java` is missed. Tracked in https://github.com/ruby/bigdecimal/issues/295. Eventually we could pin the last `-java` version which is the `3.1.7-java`.

@flozano you're right, at moment I'm using a fork inside Moquette, to have at end a broker with MQTT 5 and a MQTT3/5 codec library.