Best Approach to publish more than 1 Million messages from serviceNow to External System using APIs

Yuvan Raj Kuma1
Tera Contributor

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.

2 REPLIES 2

Sohail Khilji
Kilo Patron
Kilo Patron

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....

LinkedIn - Lets Connect

Yuvan Raj Kuma1
Tera Contributor

@Sohail Khilji  Thanks for your reply, Will check this and update back!!!