FrankYang0529 commented on PR #19743: URL: https://github.com/apache/kafka/pull/19743#issuecomment-2898578489
> Looks like a failed test: > > FAILED ❌ KafkaApisTest > testListConfigResourcesV0() Sorry for that. The v0 doesn't support resource types field. If the version is 0, we have to build a new empty `ListConfigResourcesRequestData` to avoid following error. ``` Attempted to write a non-default resourceTypes at version 0 org.apache.kafka.common.errors.UnsupportedVersionException: Attempted to write a non-default resourceTypes at version 0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org