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
I have setup Schema Transfer SMT with Strimzi MM2. It seems to be working fine so far. I'm just wondering if there's any way to have more specific logs in case of exceptions.
In case I'm replicating 100+ topics sometimes I get errors like - Unable to create schema or Unknown magic byte! The issue is I don't have any information pointing to which topic or schema is causing the error.
Are there any parameters available for additional DEBUG level logs?
The text was updated successfully, but these errors were encountered:
The source code is available in this repo, and logging configuration is not connector specific as the log4j.properties are loaded for the whole Connect worker. There's a few TRACE level logs here in the SMT, for troubleshooting, but no information related to topics when the magic byte error is thrown.
The information should be available, though, so a PR would be accepted.
Hi,
I have setup Schema Transfer SMT with Strimzi MM2. It seems to be working fine so far. I'm just wondering if there's any way to have more specific logs in case of exceptions.
In case I'm replicating 100+ topics sometimes I get errors like - Unable to create schema or Unknown magic byte! The issue is I don't have any information pointing to which topic or schema is causing the error.
Are there any parameters available for additional DEBUG level logs?
The text was updated successfully, but these errors were encountered: