xintongsong opened a new issue, #566:
URL: https://github.com/apache/flink-agents/issues/566

   ### Search before asking
   
   - [x] I searched in the 
[issues](https://github.com/apache/flink-agents/issues) and found nothing 
similar.
   
   ### Description
   
   We provide easy-to-use constant strings for resource class names in 
`ResourceName.java` and `resource.py`. Two issues were observed in practice.
   1. The constant strings might be inconsistent with the actual class name. 
E.g., #562
   2. Developers tend to forget adding resource names for cross-language 
resource references, i.e. `ResourceName.Python` on the java side and 
`ResourceName.Java` on the python side.
   
   It would be nice check in CI that the referenced class actually exist, and 
names in Java and Python are consistent.
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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