Correlator utility enhancements in 9.12
Apama 9.12 includes the following correlator utility enhancements:
It is now possible to deploy Apama applications using YAML configuration files. This is useful for Docker containers or other minimal environments where only part of an Apama installation is available or it is not practical to run Java tools to perform the injections. For detailed information, see
Deploying Apama applications with a YAML configuration file.
A new option
--pidfile file is available for the
correlator,
iaf,
dashboard_server and
display_server tools. It specifies the name of the file that contains the process ID. For more information, see:
A new request type
toStringQueues, which can be issued with the
-r (or
--dorequest) option, is available for the
engine_management tool. It outputs the current contents of all input and output queues within the running correlator. This can be helpful for identifying slow senders and receivers, and potential causes (such as very large events or excessive flow). See also
Shutting down and managing components.
A new request type
getEventTypes, which can be issued with the
-r (or
--dorequest) option, is available for the
iaf_management tool. It returns a string representation of the event types known to the running IAF. The output is equivalent to that of the
iaf -e config.xml command. The
getEventTypes request type, however, does not require a configuration file as input. See also
Shutting down and managing components.