mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
Merge branch 'n8n-io:master' into Add-schema-registry-into-kafka
This commit is contained in:
@@ -148,7 +148,7 @@ export class KafkaTrigger implements INodeType {
|
||||
|
||||
const groupId = this.getNodeParameter('groupId') as string;
|
||||
|
||||
const credentials = this.getCredentials('kafka') as IDataObject;
|
||||
const credentials = await this.getCredentials('kafka') as IDataObject;
|
||||
|
||||
const brokers = (credentials.brokers as string || '').split(',').map(item => item.trim()) as string[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user