dejan2609 commented on PR #19513:
URL: https://github.com/apache/kafka/pull/19513#issuecomment-3218117616

   ### Yet another update: it seems that we are good to go !!! :fireworks: 
:rocket: 
   
   Hopefully last issue was related to permission/execution rights; related 
links: 
   - 
https://docs.gradle.org/9.0.0/userguide/upgrading_major_version_9.html#removal_of_unix_mode_based_file_permissions
  
   - 
https://docs.gradle.org/9.0.0/userguide/userguide_single.html#using_copyspec_dirpermissions
 
   - https://github.com/gradle/gradle/pull/33984
   
   I finally managed to test a new  (i.e. compiled via Gradle 9) kafka 
distribution :smiley: 
   
   **Steps to test:** 
   - use this PR and execute `./gradlew clean releaseTarGz`
   - find distribution and unpack it: 
      - `cd distribution/build/distributions`
      - `tar xvfz kafka_2.13-4.2.0-SNAPSHOT.tgz`
   - start a cluster, create some topic, write to topic, read events, etc. as 
described here: here: https://kafka.apache.org/quickstart 
   - everything looks fine ✅
   
   Note: I just need to add related permissions code, force-push and we are all 
set ! :100:


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