clayburn commented on PR #15109:
URL: https://github.com/apache/kafka/pull/15109#issuecomment-1910737138

   > Looks like Jenkins doesn't have permission (by default at least) to write 
entries to the ASF Gradle Enterprise Build Cache:
   
   This is correct. The reason for this is that we do not currently intend for 
projects to use the built-in cache node (which is what this PR configures). If 
used this way, the node would be shared by all projects, which is not desirable 
because we would not want project A to inadvertently read a cache entry from 
project B. In the future, we will support such a use case without that risk, 
but for today, the correct option is to stand up a remote cache node 
specifically for Kafka, as requested in 
[INFRA-25336](https://issues.apache.org/jira/browse/INFRA-25336)


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

Reply via email to