Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No such host is known (<Cluster Id>.zeebe.camunda.io) #59

Closed
sabriGit opened this issue Oct 13, 2021 · 3 comments
Closed

No such host is known (<Cluster Id>.zeebe.camunda.io) #59

sabriGit opened this issue Oct 13, 2021 · 3 comments

Comments

@sabriGit
Copy link

sabriGit commented Oct 13, 2021

Hello,
When trying to run this example: I got the following error :
Steps done:

  • application.properties in all microservices was updated with the right credentials obtained from Camunda Cloud console.
  • mvn -f checkout exec:java
    Error :
    "Failed to resolve name. status=Status{code=UNAVAILABLE, description=Unable to resolve host .."

@berndruecker , Thanks in advance for your help.

@berndruecker
Copy link
Owner

Hi @sabriGit. Good catch. You need to update the Zeebe client to >= 1.1.0 in the pom.xml, as Camunda Cloud introduced regions.

<dependency>
	<groupId>io.camunda</groupId>
	<artifactId>spring-zeebe-starter</artifactId>
	<version>1.1.0</version>
</dependency>

@berndruecker
Copy link
Owner

#60

@sabriGit
Copy link
Author

Hi @berndruecker,
Thank you, it resolves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants