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

How do you extend with kafka #78

Open
lyue1998 opened this issue Sep 11, 2023 · 1 comment
Open

How do you extend with kafka #78

lyue1998 opened this issue Sep 11, 2023 · 1 comment
Labels

Comments

@lyue1998
Copy link

How do you integrate pf4j with kafka and send logs to kafka topics. Or how can I get the data printed by pf4j

@decebals
Copy link
Member

pf4j uses slf4j for logging. slf4j is a logging facade and you can use any implementation (log4j, logback, ..). I think you can use a log appender based on kafka.
Take a look at log4j's KafkaAppender.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants