Performance impact to using the REST API

Is there any performance impact to using the REST API over the Embedded version?

Kindly help to provide the details about below .

I want to know if the Camunda REST API adds a performance overhead in embedded version with Application

Thanks
Vemula

Hi Vemula,

Is there any performance impact to using the REST API over the Embedded version?

Probably yes, because extra things like network IO and (de-)serialization of data happen.

How big is it? I cannot tell and if the difference is relevant depends highly on your usage scenario. I recommend you make a couple performance test in a realisitic setting with a clear goal.

Cheers,
Thorben

2 Likes

Do we have any sample program to prove the performance overhead for camunda rest API