Joost den Boer

Results 17 issues of Joost den Boer

Since a week or so the https://vavr.io website is gone.

### Describe your motivation Java records has been GA since Java 16. Since a record is immutable it is more suitable for a functional or 'data driven' coding style which...

enhancement
needs design
binder

# Issue With the MQTT Connector, it is currently not possible to set the 'retain' property just by configuration for an outgoing MQTT channel. Now, instead of just returning or...

mqtt

Would it be possible to somehow configure the logging of WireMock? Every now and then I'm struggling with why WireMock is returning a 404 instead of the configured stub. Having...

The `KafkaCompanion` does not properly configure a registered `Serde`, `Serializer` and/or `Deserialiser` which causes issues with certain implementations. E.g. When using Confluents `io.confluent.kafka.streams.serdes.avro.SpecificAvroSerde` (and it's serializer/deserializer) not properly calling `configure`...

kafka

When deploying Redpanda and Console via the operator, And enabling the TLS for the Console, Then the created Deployment does not expose the HTTPS port And therefore the Console cannot...

#### Use case When testing with entities with timestamps (Instant, OffsetDateTime, ZonedDateTime) etc, we often encounter issues when running tests in build pipelines because either the time zone is different...