Nicolas Mingo
Nicolas Mingo
/area networking Hi, I'm trying to use knative functions to make streaming http requests. It works well but I have an issue with long requests. After 5 minutes I receive...
I'm using message pacts with AMQP feature. After generating pact files (JSON), I'm not able to use it inside Provider test. **Steps to reproduce:** ``` @ExtendWith ( PactVerificationInvocationContextProvider.class ) @PactFolder("pacts")...
Hi, I've followed the micronaut guide to use custom serializer/deserializer, but using this feature in property level seems not working. ``` import com.fasterxml.jackson.annotation.JsonProperty; import io.micronaut.context.annotation.Secondary; import io.micronaut.core.type.Argument; import io.micronaut.serde.Decoder; import...