Added support for SSL connection to the Kafka cluster
This commit is contained in:
Vendored
+5
@@ -17,5 +17,10 @@ export interface Config {
|
||||
kafka?: {
|
||||
clientId: string;
|
||||
brokers: string[];
|
||||
ssl?: {
|
||||
ca: string[];
|
||||
key: string;
|
||||
cert: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user