kafka-connect-storage-common icon indicating copy to clipboard operation
kafka-connect-storage-common copied to clipboard

FAQ instructions to compile kafka is incorrect

Open Hubbitus opened this issue 4 years ago • 2 comments

https://github.com/confluentinc/kafka-connect-storage-common/wiki/FAQ

git  clone https://github.com/confluentinc/kafka/;
cd kafka
./gradlew installAll
* What went wrong:
Task 'installAll' not found in root project 'kafka'. Some candidates are: 'install'.

Hubbitus avatar Nov 23 '20 06:11 Hubbitus

Atl east for tags like v0.13.0-ksqldb

Hubbitus avatar Nov 23 '20 06:11 Hubbitus

You should refer the current README for the latest instructions on each project

https://github.com/confluentinc/kafka/#installing-all-the-jars-to-the-local-maven-repository

OneCricketeer avatar Sep 18 '21 00:09 OneCricketeer