hi We code a new aspect called ‘dataset_ttl’. This...
# troubleshoot
s
hi We code a new aspect called ‘dataset_ttl’. This aspect can do CRUD but we see may errors from MAE and MCL like:
Copy code
org.apache.kafka.common.errors.SerializationException: Error deserializing key/value for partition MetadataChangeLog_Versioned_v1-0
Or
Copy code
Caused by: io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException: Schema not found; error code: 40403
	at io.confluent.kafka.schemaregistry.client.rest.RestService.sendHttpRequest(RestService.java:292)
	at io.confluent.kafka.schemaregistry.client.rest.RestService.httpRequest(RestService.java:351)
	at io.confluent.kafka.schemaregistry.client.rest.RestService.getId(RestService.java:659)
	at io.confluent.kafka.schemaregistry.client.rest.RestService.getId(RestService.java:641)
Just want to know anything on the new aspect maybe miss regarding MAE and MCL consumer? Thank you.
e
Hey @salmon-rose-54694 can you tell me what steps you took to add that new aspect?
Did you add it to the
entity-registry.yml
?
s
It works after add entity into entity-registry.yml. Many thanks.
e
Amazing, glad to hear it