• 发送kafka事件

    Parameters

    • topic: string

      topic决事件发给哪个kafka, 请使用自定义kafka连接器的topic,如果为"", 使用系统内置的kafka.

    • eventName: string

      事件名称

    • input: Dict

      事件的内容

    • Optional routeKey: string

      事件消息的分区路由key, 同一个key,事件消息会发送kakfa的同一个分区

    Returns void