Event Streaming Framework
You can configure the following environment variables for containers created from the
event-streamer
image.
Environment Variables Specific to the Event Streaming Framework describes the environment variables that configure the Event Streaming Framework:
Environment Variable | Description |
---|---|
MTX_RSGW_HOST | The host name of RS Gateway. The default value is rsgateway . |
MTX_RSGW_PORT | The port number of RS Gateway. The default value is 8080. |
MTX_STRM_LOG_LEVEL | The default level of logging for application-specific loggers.
The default value is info . |
Values for the properties described in Properties Specific to Event Streaming Framework are derived from the previous environment variables and need not be set explicitly in your configuration.
Property Name | Property Value |
---|---|
rsgateway.url | http://${MTX_RSGW_HOST:rsgateway}:${MTX_RSGW_PORT:8080}/rsgateway |
By default, the Event Streaming Framework is started with the following application argument:
-props:/opt/mtx/conf/mtx_event_streamer.yaml
Note: The Java process in this container does not start until RS Gateway has
started. Set the duration to wait before timeout using the $MTX_WAIT_FOR_TIMEOUT
environment variable or the
--wait-for-timeout
(or
-wt
) command line argument.