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

Confluent Packages out of date causing runtime error #469

Open
millrya opened this issue Dec 20, 2023 · 0 comments
Open

Confluent Packages out of date causing runtime error #469

millrya opened this issue Dec 20, 2023 · 0 comments

Comments

@millrya
Copy link

millrya commented Dec 20, 2023

Getting a runtime error when trying to use the latest packages from confluent because of a breaking interface change

the new interface looks like Task RegisterSchemaAsync(string subject, string avroSchema, bool normalize = false);

    Task<int> RegisterSchemaAsync(string subject, Schema schema, bool normalize = false);

LocalSchemaRegistry has these
public Task RegisterSchemaAsync(string subject, Schema schema)

public Task RegisterSchemaAsync(string subject, string schema)

Method 'RegisterSchemaAsync' in type 'Microsoft.Azure.WebJobs.Extensions.Kafka.LocalSchemaRegistry' from assembly 'Microsoft.Azure.WebJobs.Extensions.Kafka, Version=3.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.

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

No branches or pull requests

1 participant