mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(kafkaTrigger Node): fix kafka trigger not working with default max requests value
This commit is contained in:
@@ -11,6 +11,7 @@ export class Kafka implements ICredentialType {
|
||||
type: 'string',
|
||||
default: '',
|
||||
placeholder: 'my-app',
|
||||
hint: 'Will not affect the connection, but will be used to identify the client in the Kafka server logs. Read more <a href="https://kafka.apache.org/documentation/#design_quotasgroups">here</a>',
|
||||
},
|
||||
{
|
||||
displayName: 'Brokers',
|
||||
|
||||
Reference in New Issue
Block a user