python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I configured jaas.conf in order to Kafka Inbound Endpoint WSO2 EI 6.6.0?
I have WSO2 EI 6.6.0 and I am using the next libs to configure Kafka Inbound Enpoint.
dropins:
org.apache.synapse.kafka.poll-1.0.10.jar
lib:
kafka_2.12-1.0.0.jar
kafka-clients-1.0.0.jar
metrics-c...
Aprendiendo Siempre
Votes: 0
Answers: 0
Kerberos uninteractive login to Windows AD in Java Desktop app running on Windows
I am trying to create a Java desktop app, that would require login to Windows Active Directory Domain for its users.
However, because computers that this app would be launched on, already are in said ...
Michael J
Votes: 0
Answers: 0
Kafka SASL_SSL No JAAS configuration section named 'Client' was found in specified JAAS configuration file
I'm trying to activate authentication using SASL/PLAIN in my kafka broker.
the JAAS configuration file is as the following
KafkaServer {
org.apache.kafka.common.security.plain.PlainLoginModule req...
Smaillns
Votes: 0
Answers: 1
How to enable SASL mechanism in kafka locally
How to enable SASL mechanism with JAAS Authentication for kafka ? thus the consumer/producer have to provide username & password in order to be able to publish in the broker
Smaillns
Votes: 0
Answers: 1