You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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);
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.
The text was updated successfully, but these errors were encountered: