Francesco Guardiani
Francesco Guardiani
There is this nice checklist on things to do to develop a nice api in rust, we should check it out and see if there is room of improvements in...
The actual code coverage of rdkafka integration is poor, we should increase it and hopefully add some tests bootstrapping kafka on CI too
We should check if it's doable for the main crate cloudevents-sdk to compile in no_std environments, in order to use this sdk in restricted environments too. An example use case...
I would love to look at implementing https://github.com/cloudevents/spec/blob/master/websockets-protocol-binding.md for one of our integrations (maybe actix?)
This includes: * Adding `@DataObject` annotation * Generating JsonObject constructor * Generating toJson method Solves issue #973 Signed-off-by: slinkydeveloper
OpenAPI 3.1 is out, we need to support it https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0 The vertx-json-schema package already supports the latest json schema _Draft 2019-09_, so we need to just wire it up with...
Signed-off-by: Francesco Guardiani Trying to implement https://github.com/vert-x3/vertx-stack/issues/113
As suggested in [this issue](https://youtrack.jetbrains.com/issue/KT-30679), we should consider to move the vertx-lang-kotlin-compiler code for scripts to new script compiler apis