Facing issue while locally installing klaw core & cluster api using maven build #2124
-
I'm running on Windows, Can anyone tell me what I'm missing here, I'm trying to run the backend locally. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hey @muhib349 #> make -version I also gave it a quick test (building with the mvnw) and it built completely for me in about 3 minutes. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I am able to run it successfully. |
Beta Was this translation helpful? Give feedback.
-
Seeking help to set up Cluster and Environment I set up the local environment of your repository and was able to run using the docker-script. I have run --testEnv and --all using docker-script. Five services are running altogether. I added cluster and environment but environment status comes OFFLINE. I added the Kafka Cluster by giving the following input,
Then, I added the Environment for this bootstrap server by leaving the rest of the config as it was. So it's not connecting with the Kafka server, status comes OFFLINE. So, What are the configs I'm missing here, or what am I doing wrong? I'm new to this project, trying to understand project architecture to work on this community. @aindriu-aiven @muralibasani anyone please help me to work on this issue? Thanks |
Beta Was this translation helpful? Give feedback.
-
The test environment that boots up with its own kafka and schema registry uses PLAINTEXT protocol and also uses the standard ports so neither of those should be causing you an issue but if the connection test is working correctly you might need to change from localhost to the docker name. e.g. klaw-kafka |
Beta Was this translation helpful? Give feedback.
Hey @muhib349
It looks like you don't have make installed on windows below is the version I have for building Klaw on Windows.
#> make -version
GNU Make 4.3
I also gave it a quick test (building with the mvnw) and it built completely for me in about 3 minutes.