Replies: 3 comments 5 replies
-
@sombriks I have created a Jira issue for tracking the topic of configuration extensions. |
Beta Was this translation helpful? Give feedback.
-
@sombriks The question is not specific enough to answer without meandering. Anyway, appenders can take a custom parameter of any type as long as the parameter type has a default constructor. That should give you a lot of leeway already. Another rather simple strategy is to chain configurators. You can configure a custom appender in your custom |
Beta Was this translation helpful? Give feedback.
-
@sombriks It might be more of a initialization order issue rather than a class loader issue. |
Beta Was this translation helpful? Give feedback.
-
Hello all,
currently i am looking for a a way to offer some sppring beans to a custom appender so i can, for example, log messages to a kafka topic using kafka template.
any guidance on how to perform that?
thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions