ServiceNow Events - Apache Kafka Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 10:30 AM
Hi,
Has anyone done ServiceNow Events - Apache Kafka Integration?
we need to send ServiceNow events to Apache Kafka but i guess Apache Kafka is not that supported with APIs.
any suggestions pls?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 07:17 AM
Any leads on this pls?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 07:21 AM
Can you send Apache Kafka events via a direct HTTPS REST type of call? If so that would be very doable, if not you might need to think about this as a query from Apache Kafka to check ServiceNow for events instead. I have done both of these using Mulesoft before, and done Mulesoft to Apache Kafka but haven't ever connected directly to Kafka from ServiceNow.
Aoife
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 09:34 AM
Thanks for the reply Aoife,
my need is to send ServiceNow events directly to Apache Kafka but i'm not sure whether Kafka has enough API capability to consume it. never interacted much on Kafka. do you have fair idea on Apache Kafka API capability.
i got this doc reference for Kafka for now - https://docs.confluent.io/platform/current/kafka-rest/api.html#partitions
if there's no way of sending direct events from ServiceNow to Apache Kafka then another method we're thinking of ServiceNow -> TIBCO -> Apache Kafka.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 10:03 AM
That I am not sure of. I'm know quite a bit about ActiveMQ, not so much about Kafka.
If TIBCO can take a direct REST call to push in data then it can connect to Kafka to put the data on a queue then I would try that. ServiceNow has incredible REST API capability but nothing yet for queues like ActiveMQ or Kafka.
Aoife