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

Schema/Topic information in the error logs. #39

Open
AAR256 opened this issue Apr 23, 2024 · 1 comment
Open

Schema/Topic information in the error logs. #39

AAR256 opened this issue Apr 23, 2024 · 1 comment

Comments

@AAR256
Copy link

AAR256 commented Apr 23, 2024

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?

@OneCricketeer
Copy link
Owner

Hello @AAR256,

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.

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

2 participants