Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何与正在运行的 SPL 应用程序交互?例如,如果我希望它开始或停止收集某些统计信息,或者如果我希望它停止导出某些属性?
在 SPL 中,每当您需要发送消息/数据时,请考虑使用流。
*Source使用运算符(例如,FileSource或)创建输入流UDPSource。当您想与正在运行的 SPL 应用程序交互时,请通过该输入源发送消息。然后,输入流运算符将消息发送到单独的“解析器”运算符,然后该运算符可以对消息进行操作。
*Source
FileSource
UDPSource