brandboat commented on PR #20711:
URL: https://github.com/apache/kafka/pull/20711#issuecomment-3409110826

   Test step to verify this pr make no changes to the genConnectOpenAPIDocs 
output.
   ```
   # checkout to trunk
   rm -rf ./docs/generated/
   ./gradlew clean releaseTarGz
   cp ./docs/generated/connect_rest.yaml /tmp/connect_rest.yaml.before
   
   # checkout to this pr branch
   rm -rf ./docs/generated/
   ./gradlew clean releaseTarGz
   cp ./docs/generated/connect_rest.yaml /tmp/connect_rest.yaml.after
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to