confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
127 stars 1.04k forks source link

Unable to Locate the packages in maven repository #10236

Open bhargavyk2002 opened 9 months ago

bhargavyk2002 commented 9 months ago

Describe the bug Maven build failing with the error "Could not resolve dependencies."

To Reproduce I am trying to install ksql with version 7.5.3. Maven build is failing with error Could not resolve dependencies for project io.confluent.ksql:ksqldb-parent:pom:7.5.3: The following artifacts could not be resolved: io.confluent.cloud:events-schema:jar:0.187.0 io.confluent.observability:telemetry-api:jar:3.801.0 io.confluent.observability:telemetry-client:jar:3.801.0

I tried to find these packages in the maven repository, but could not locate them in the repo.

Wanted to know the reasoning behind inclusion of these packages in the 7.5.3 version of ksql and if these packages are part of the enterprise edition of confluent ? Is it safe to exclude these packages as we are unable to find them in the open maven repositories. Also, help us on the repository details if its available for usage even in community edition of the software.

jamesmcguirepro commented 6 months ago

I am having the same issue

Hubbitus commented 1 month ago

Hello. Is there any solution or workaround?