Skip to content

feat: Support Confluent Schema Registry.#203

Merged
ShogunPanda merged 4 commits intomainfrom
registries
Feb 20, 2026
Merged

feat: Support Confluent Schema Registry.#203
ShogunPanda merged 4 commits intomainfrom
registries

Conversation

@ShogunPanda
Copy link
Copy Markdown
Contributor

@ShogunPanda ShogunPanda commented Jan 22, 2026

Fixes #137.
Fixes #189.

Signed-off-by: Paolo Insogna <paolo@cowtech.it>
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
Copy link
Copy Markdown
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

bootstrapBrokers: kafkaSingleBootstrapServers,
strict: true,
registry: consumerRegistry,
deserializers: consumerRegistry.getDeserializers()
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont like this should be set twice.

}

this.#schemas.set(schemaId, avro.Type.forSchema(JSON.parse((responseBody as { schema: string }).schema)))
process.nextTick(callback)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait. Why there is async await and a callback?

@ShogunPanda ShogunPanda merged commit f8fe616 into main Feb 20, 2026
19 checks passed
@ShogunPanda ShogunPanda deleted the registries branch February 20, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Confluent Schema Registry support - Architecture proposal Control batch handling is missing in consumer

2 participants