Best Approach to publish more than 1 Million messages from serviceNow to External System using APIs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 10:05 PM
Hello Community!!!
I have to publish more than 1 Million message to external system (KAFKA) using POST API. I initially thought of publishing it using flow, but I observed flow execution gets queued up which leads to perfomance issue and its also affecting other functionalities. I had a plan of doing batch wise load using scripts. Kindly suggest me the best method!!!!
Note : I have the 1 million payload with me,I just need to publish it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 10:44 PM
Hi @Yuvan Raj Kuma1 ,
Did you not consider using Queues ? to explain in brief...
Refer this > https://docs.servicenow.com/bundle/washingtondc-api-reference/page/script/useful-scripts/task/queues...
see if this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2024 10:20 PM
@Sohail Khilji Thanks for your reply, Will check this and update back!!!