Describe the bug
After the last log4j issues and updates, ksql will not start on AWS EKS EC2 instances
To Reproduce
Steps to reproduce the behavior, include:
0.23.1
===> Configuring ksqlDB...
===> Launching ksqlDB Server...
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
log4j:ERROR Could not find value for key log4j.appender.clients
log4j:ERROR Could not instantiate appender named “clients”.
log4j:ERROR Could not find value for key log4j.appender.connect
log4j:ERROR Could not instantiate appender named “connect”.
Describe the bug After the last log4j issues and updates, ksql will not start on AWS EKS EC2 instances
To Reproduce Steps to reproduce the behavior, include:
Expected behavior ksql starts
Actual behaviour ksql stops