schema-registry-plugin
schema-registry-plugin copied to clipboard
Gradle plugin to interact with Confluent Schema-Registry.
Working with the plugin I was facing this issue, which took some time to discover. I think it would be useful for any others to know it beforehand until it...
Bumps [kafka-schema-registry-parent](https://github.com/confluentinc/schema-registry) from 7.2.0 to 7.2.1. Commits 92766ee Set Confluent to 7.2.1, Kafka to 7.2.1. 0ade8cf Merge branch '7.1.x' into 7.2.x a11d627 Merge branch '7.0.x' into 7.1.x 739b439 Merge branch...
For now we cannot mix local and remote dependencies. If we use an ordered structure, we might be able to overcome the fact that some local dependencies may need a...
As in #71 but for Protobuf
As in #71 but for JSON.
Right now version bump and release is manual, we need to change that. We could use a github action to do so ? It would also be great to add...
Hi there. The maven plugin which this adapts supports specifying multiple schema registries. https://docs.confluent.io/platform/current/schema-registry/develop/maven-plugin.html#schema-registry-test-compatibility Is this also available with this plugin? Thanks.
Following #166 and quoting @Jtalk : > I've added an example, but it won't compile due to how Wire is configured right now: it links the whole Protobuf model, meaning...
My gradle file looks like this ``` buildscript { dependencies { classpath "org.apache.avro:avro:1.11.3" classpath "com.github.imflog:kafka-schema-registry-gradle-plugin:X.X.X-SNAPSHOT" } } plugins { id 'java' id 'java-library' id 'idea' id "com.github.imflog.kafka-schema-registry-gradle-plugin" version "1.12.0" }...
It's been a long time since I didn't do it, could be good to avoid too big desynchronization.