bakdata / streams-bootstrap

Utility functions and base classes for Kafka Streams applications
MIT License
29 stars 3 forks source link

Remove dependency on log4j #162

Closed torbsto closed 3 months ago

torbsto commented 1 year ago

streams-bootstrap includes log4j as a dependency, because it configures the log level when --debug is set. While this is a convenient feature, using this library with a different logging implementation is almost infeasible. I'd suggest we simply remove this dependency. We could further offer a method that let users do custom configurations if debug is set.