Producer - Scoped (deprecated)
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- API reference
The Producer API provides methods that enable you to push data from a ServiceNow instance to a Kafka topic.
Note: This API is deprecated and replaced by the ProducerV2 - Scoped API.
This API requires the ServiceNow
Integration Hub Action Step - Kafka Producer plugin (com.glide.hub.action_step.kafka) and is provided within the sn_ih_kafka
namespace.
Producer - send(String topic, String key, String message, Boolean isSync)
Sends the specified message to the specified Kafka topic.
Type | Description |
---|---|
None |
Example
This example shows how to send changed incident information to the changed_incidents Kafka topic.