Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates kafka dependency to 2.3 and fixes breaking changes #304

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

lukasswm
Copy link
Contributor

@lukasswm lukasswm commented Dec 20, 2023

"Confluent.SchemaRegistry" Version 2.3 introduced unnamed breaking changes, as there were additional methods introduced in the "ISchemaRegistryClient" interface. This leads to assembly incompatibility between "Confluent.SchemaRegistry" V2.3 and "Streamiz.Kafka.Net.SchemaRegistry.SerDes" V1.5.1 for every project that uses tests that require the SchemaRegistry Mock, as the MockSchemaRegistryClient implements the breaking interface.

This PR updates the Kafka dependencies to Version 2.3 and fixes the breaking changes.

It would be nice to release this soon as the current state does not allow to update to Kafka Client Version 2.3

@LGouellec LGouellec merged commit af85480 into LGouellec:develop Apr 24, 2024
1 check passed
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.

None yet

2 participants