Christophe Bornet
Christophe Bornet
### Documentation Check the box below or label this PR directly. Need to update docs? - [ ] `doc-required` (Your PR needs to update docs and you will update later)...
When using application.yml to configure `nakadi.oauth2.mode` YAML parser translates `OFF` to `false` if you don't put quotes and the Spring property binding fails with ``` Caused by: java.lang.IllegalStateException: Cannot convert...
This is a nice trick to be able to use the Nakadi API quickly by leveraging the swagger-ui hosted by swagger.io
It would be nice to have the variables of Modsecurity exposed to ngx/LUA (ngx.var). So we can do some treatment on the transaction (eg. increment a Prometheus counter, set headers,...
## Motivation Protobuf doesn't support zero-copy so it's not very efficient when you aim for low latency. ## Desired solution It would be nice to consider a zero-copy format as...
It would be useful to be able to do something like: ``` java public ResponseContext getPetById(RequestContext request , Long petId) { return new ResponseContext(new Pet(), Status.OK); } ``` This way...
Sorry in advance if this is not the good channel to ask questions. This project looks very promising and I'm particularly interested in the RSocket-RPC that could be a very...
It seems that when the anyOf is an array item, the validation is correct for the first item but for the remaining items, it validates against the first schema of...
Liquibase (v3.8.7) now uses `BatchDmlExecutablePreparedStatement` to load CSV data into MSSQL. The current extension doesn't detect it in LoadDataChangeMSSQL and so the `SET IDENTITY_INSERT` commands are not done.
### Motivation Currently `ConsumerBuilder::loadConf` resets non-serializable of `ConsumerConfigurationData` to `null`. It would be useful that `ConsumerBuilder::loadConf` supports loading non-serializable fields. An alternative is to not modify fields not present in...