fix(kafkaTrigger Node): fix kafka trigger not working with default max requests value

This commit is contained in:
ruanjiefeng
2022-09-05 19:11:25 +08:00
committed by GitHub
parent 9314086b6a
commit 71cae90679
3 changed files with 64 additions and 2 deletions

View File

@@ -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',