Pierangelo Di Pilato
Pierangelo Di Pilato
cc @cescoffier
Hi @touchkey, currently, there isn't a native way of adding additional validations
We have some microbenchmarks https://github.com/cloudevents/sdk-java/tree/main/benchmarks/src/main/java/io/cloudevents/bench/sql, however, it would be great to add more interesting cases and to see how this implementation compares with the Go SDK
With @JemDay we were discussing configurations like this in the context of XML format writer but there is no concrete design or proposal yet.
btw, I'm still going through it
@dependabot rebase
@dependabot rebase
Hi @sjaakd, thanks for reporting! I like the idea of extending the example on the client side to show how to produce both content modes, on the server side perhaps...
@nitroin does this comment help? https://github.com/cloudevents/sdk-java/blob/354f7a16ef411940a390a0ac935e431cdc938e1a/examples/restful-ws-quarkus/src/main/java/io/cloudevents/examples/quarkus/client/UserClient.java#L15-L19
Thanks @nitroin for your reproducer and @ruromero for the PR