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
This requires some upstream work in Kroxylicious but it would be nice to get more context into any warning/debug logs like:
identifiers for the consumer/producer connection (I guess logging ips and things could be a GDPR issue?)
identifiers for the virtual cluster/target cluster
Maybe the KrpcFilterContext could provide these details like context.metadata().virtualClusterName(), or it could be more deeply integrated with slf4j to somehow offer up a logger that automatically includes this context without each Filter having to craft the log messages.
The text was updated successfully, but these errors were encountered:
This requires some upstream work in Kroxylicious but it would be nice to get more context into any warning/debug logs like:
Maybe the KrpcFilterContext could provide these details like
context.metadata().virtualClusterName()
, or it could be more deeply integrated with slf4j to somehow offer up alogger
that automatically includes this context without each Filter having to craft the log messages.The text was updated successfully, but these errors were encountered: