Using pekko-connectors kafka consumer doesn't report exception with schema registry
When using pekko kafka connectors on a kafka cluster that runs [schema registry](https://docs.confluent.io/platform/current/schema-registry/index.html), if there is an error/mismatch in the schema wen consuming topics the kafka consumer just eventually dies rather than throwing/reporting the exception so that the user knows what is happening.
0 条评论