adoroszlai commented on issue #33333:
URL: https://github.com/apache/beam/issues/33333#issuecomment-2538016537

   @damondouglas The immediate problem is rate limiting at 
`repository.apache.org`.  The root cause seems to be Beam's repository 
configuration.  These requests should not hit `repository.apache.org`:
   
   ```
         > Could not GET 
'https://repository.apache.org/snapshots/io/confluent/kafka-avro-serializer/7.6.0/kafka-avro-serializer-7.6.0.pom'.
   
         > Could not GET 
'https://repository.apache.org/content/repositories/releases/net/minidev/json-smart/maven-metadata.xml'.
   ```
   
   1. `repository.apache.org/snapshots` should be limited to `snapshotsOnly()`
   2. Both Apache repos should be limited to `org.apache` artifacts (similar to 
the Confluent repo below)
   
   
https://github.com/apache/beam/blob/d9092a5adc7545cc28f4ac7bf4e93b25475b4206/buildSrc/src/main/groovy/org/apache/beam/gradle/Repositories.groovy#L45-L55


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