Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iris-events/iris-router

Websocket router to iris backend
https://github.com/iris-events/iris-router

java maven quarkus service

Last synced: 7 days ago
JSON representation

Websocket router to iris backend

Awesome Lists containing this project

README

        

# IRIS Websocket router

This project uses Quarkus, the Supersonic Subatomic Java Framework.

## Running the application in dev mode

You can run your application in dev mode that enables live coding using:
```
./mvnw quarkus:dev
```

## Running in Kubernetes on AWS

### Prerequisites

In order to run webhooks service in a K8s cluster the following prerequisites must be met:
1. Configmap with correct environment specific properties set:

```properties
RABBIT_HOST
RABBIT_USERNAME
```
2. Secrets map with correct environment specific property values:
```properties
RABBIT_PASSWORD
```