Sxnan commented on PR #567:
URL: https://github.com/apache/flink-agents/pull/567#issuecomment-4073097840

   @alnzng Regarding reverting if PyPI increases size limits, from a user 
experience perspective, there's no practical difference between downloading 
JARs during installation vs bundling them in the wheel - users simply run `pip 
install flink-agents` and get a working package. The installation time is also 
similar since the total amount of data to download is the same (either a larger 
wheel from PyPI or JARs from Maven Central). However, as the project evolves, 
JAR sizes will likely continue to grow. The current approach keeps the PyPI 
artifact minimal and avoids potential future size constraints, so I'd prefer to 
keep this design regardless of PyPI's size limit changes. WDYT?


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