Skip to content

Commands

Alessandro Caproni edited this page Dec 31, 2019 · 8 revisions

Since v11 (@see Issue #61), the IAS supports the sending of commands and the command/reply pattern in java and scala.

Commands are published in the CmdTopic kafka topic and replies in ReplyTopic. There is a set of available commands as you can see in CommandType.java and in IasCommandType.py, each of which with parameters and a optional map of properties.

Clone this wiki locally