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

Enable error handling when NATS not installed in distributed mode #132

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

BuddhiWathsala
Copy link
Contributor

Purpose

Resolve #130

Goals

Provide a comprehensive error handling mechanism when NATS doesn’t available in the distributed mode of the Siddhi operator.

Approach

When the user does not install the NATS in the K8s cluster and trying to do the automatic NATS creation, this shows error messages in SiddhiProcess and in the operator logs.

To solve that issue user has to do followings:

  1. Install NATS operator and NATS streaming operator
  2. Again redeploy the Siddhi operator.

Test environment

minikube version: v1.4.0

@mohanvive mohanvive merged commit 5dfe76d into siddhi-io:master Jan 7, 2020
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

Successfully merging this pull request may close these issues.

Print error log when automatic NATS creation fails in the non-distributed mode of Siddhi operator
2 participants