-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
backlogThe issue will be solved in the futureThe issue will be solved in the futurebugSomething isn't workingSomething isn't working
Description
example:
const createConsumer = () => {
return new Consumer({
clientId: 'my-app',
groupId,
bootstrapBrokers: [KAFKA_URL],
deserializers: stringDeserializers,
sasl: {
mechanism: 'scram-sha-512',
username: KFK_CONS_USR,
password: KFK_CONS_PWD,
},
ssl: {
rejectUnauthorized: false,
ca: [fs.readFileSync('ca.crt')],
}
});
};
this is ignore ssl and connect show error: findGroupCoordinator failed XXXX times.
on this i cant see parameter: ssl or ca :
https://github.com/platformatic/kafka/blob/main/docs/base.md
Metadata
Metadata
Assignees
Labels
backlogThe issue will be solved in the futureThe issue will be solved in the futurebugSomething isn't workingSomething isn't working