schema-registry-transfer-smt icon indicating copy to clipboard operation
schema-registry-transfer-smt copied to clipboard

Kafka Connect Transform to copy Avro schemas between Schema Registries

Results 7 schema-registry-transfer-smt issues
Sort by recently updated
recently updated
newest added

Hi, I have setup Schema Transfer SMT with Strimzi MM2. It seems to be working fine so far. I'm just wondering if there's any way to have more specific logs...

Fixes OneCricketeer/schema-registry-transfer-smt#25

Fixes #2 Was planning to make this PR after #26 is merged, but doing it anyway.

Bumps commons-compress from 1.8.1 to 1.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-compress&package-manager=maven&previous-version=1.8.1&new-version=1.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I'm working on a project where we need to implement data mirroring with separate schema registry cluster per Kafka cluster, so came across your great Confluent blog and this repo....

The source topic could have messages posted with "out of order" schemas, with respect to the order generated in the source registry. When "schema 2" gets copied before "schema 1",...

bug

Add a property like `dest.schema.registry.subject.strategy.class` to override the current `TopicNameStrategy` (which is responsible for adding `-key` and `-value` to the end of the topic for the registry subjects). The `src`...

enhancement