Maciej Próchniak
Maciej Próchniak
@rayokota I don't think updating README is enough. E.g. in [pom](https://packages.confluent.io/maven/io/confluent/kafka-json-schema-provider/7.2.2/kafka-json-schema-provider-7.2.2.pom) both licences are mentioned which is quite misleading. Tools like sbt-license-report are also getting it wrong: `Apache,Apache License 2.0...
Hello, We have similar problem with decimals (this time coming from oracle via jdbc connector). It seems to me that the problem is logical converter in JsonConverter. It works like...
https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java#L114 => this is relevant classloader in Flink. Probably we can proceed more or less like this: - each ProcessManager has to be separate "plugin" - model defines further child...
I think the first part would be to not timeout on long deployment :)