python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to disable Kafka internal log?
I want to disable the Kafka internal log which I didn't write.
Below code is my basic kafka producer code.
package me.sclee.kafka.basic.producer;
import org.apache.kafka.clients.producer.KafkaProduce...
sclee1
Votes: 0
Answers: 1
Do I need to update log4j.properties file if I use the Log4j 1.x bridge (log4j-1.2-api)
I've followed the doc here : https://logging.apache.org/log4j/2.x/manual/migration.html
Also looked at https://logging.apache.org/log4j/2.x/manual/configuration.html#Properties
My existing log4j.prope...
user85374
Votes: 0
Answers: 3
Given the recent log4j vulnerability, should I update jdk versions or should I manually update log4j?
As the title says, I'd like to know the best path moving forward for updating Java. If it's possible, I'd like the process to be so simple as to just update to the latest jdk8uXXX.

Eduardo Barrera
Votes: 0
Answers: 1
Can one namespace with compromised log4j versions deployed "infect" an entire Kubernetes cluster?
I am dealing with a fairly simple question.
Assume we have a Kubernetes cluster and several namespaces (say, default, monitoring, A, B, C). These namespaces are logically separated from one another vi...
tobias
Votes: 0
Answers: 1