Javier Hortal
Results
2
issues of
Javier Hortal
Hello, We found that the Kafka provider does not support creating permissions for DelegationToken resources. Looking at the code seems that the problem is here: https://github.com/Mongey/terraform-provider-kafka/blob/main/kafka/kafka_acls.go#L267-L301 But, actually, Sarama client...
enhancement
good first issue
This PR solves #478. I am following a different approach to convert types using sarama functions instead of custom ones. I see this more maintainable and new ACLs types included...