Iris is a framework for enabling event driven architecture for microservices.
[lock] Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
[lock] disable initialization of consumers Environment variable: |
boolean |
|
Enable or disable extension liveness health check Environment variable: |
boolean |
|
Enable or disable extension readiness helath check Environment variable: |
boolean |
|
Connection retry initial backoff interval Environment variable: |
long |
|
Connection retry backoff multiplier Environment variable: |
double |
|
Connection max retries Environment variable: |
int |
|
Number of messages to batch for delivery confirmation Set to 1 for immediate confirmation of each message. Set to 0 for no confirmations. Environment variable: |
long |
|
Number of retries for Iris messages Environment variable: |
int |
|
Iris RPC request timeout Environment variable: |
int |
|
RabbitMQ broker host Environment variable: |
string |
|
RabbitMQ protocol (amqp/amqps) Environment variable: |
string |
|
RabbitMQ port Environment variable: |
int |
|
Use ssl for RabbitMQ broker connection Environment variable: |
boolean |
|
RabbitMQ broker username Environment variable: |
string |
|
RabbitMQ broker password Environment variable: |
string |
|
RabbitMQ broker virtual host Environment variable: |
string |
|