
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2018 07:53 AM
Is there any resource on integrating Servicenow with Kafka
I am trying to build a streaming application with the below high-level flow
> Events are created in Servicenow (records in custom table)
> Each event is sent to Kafka topic
> HDFS sink subscribes to this topic
Solved! Go to Solution.
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2018 08:09 AM
you can accomplished this requirement by using REST Message.
i am not sure about the "Kafka", if they can consume or any kind of api ,then you can use that in your rest message as an endpoint.
once you will done with the end point. create after business rule on "INSERT", select the custom table ("events" table ).
then you can use the rest message script in your business rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2018 08:09 AM
you can accomplished this requirement by using REST Message.
i am not sure about the "Kafka", if they can consume or any kind of api ,then you can use that in your rest message as an endpoint.
once you will done with the end point. create after business rule on "INSERT", select the custom table ("events" table ).
then you can use the rest message script in your business rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 01:47 AM
Hi Harshvardhan,
Could you please explain the part where servicenow custom table is involved, like how many records needs to be created ,what is the use of BR?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2020 01:08 PM
Is ServiceNow Produce the RESTAPI?