Integration with Kafka

Nithin21
Tera Expert

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

 

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

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.

 

https://docs.servicenow.com/bundle/london-application-development/page/integrate/outbound-rest/conce...

 

View solution in original post

3 REPLIES 3

Harsh Vardhan
Giga Patron

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.

 

https://docs.servicenow.com/bundle/london-application-development/page/integrate/outbound-rest/conce...

 

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?

Vijaya6
Tera Contributor

Is ServiceNow Produce the RESTAPI?