You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above details i am passing it correctly, but still i get the issues, and also i checked the package files, in the below line its throwing error:
const validResourceTypes = Object.values(ACL_RESOURCE_TYPES)
if (!validResourceTypes.includes(resourceType)) {
throw new KafkaJSNonRetriableError(Invalid resource type ${resourceType})
}
Environment:
OS: [e.g. Mac OS 14.5]
KafkaJS version [e.g. 2.2.4]
Kafka version [e.g. 3.8.0]
NodeJS version [e.g. 16.13.0]
The text was updated successfully, but these errors were encountered:
KafkaJSNonRetriableError: Invalid resource pattern filter type undefined
When i try to describe the ACL, not able to get the details
Resource Pattern: { UNKNOWN: 0, ANY: 1, MATCH: 2, LITERAL: 3, PREFIXED: 4 }
{
principal: 'User:user_95',
permissionType: 3,
operation: 1,
resourcePatternTypeFilter: 4
}
The above details i am passing it correctly, but still i get the issues, and also i checked the package files, in the below line its throwing error:
const validResourceTypes = Object.values(ACL_RESOURCE_TYPES)
if (!validResourceTypes.includes(resourceType)) {
throw new KafkaJSNonRetriableError(
Invalid resource type ${resourceType}
)}
Environment:
The text was updated successfully, but these errors were encountered: