Skip to main content
11-Garnet
October 18, 2022
Solved

Add entry to stream

  • October 18, 2022
  • 1 reply
  • 1024 views

hi, i have a thing with several service each of them add a entry to stream when is executed, the process for add this entry is same on all services but not all services add entry, and i don´t know which is a problem. can you help me?

Best answer by Sathishkumar_C
  • At what frequency all the services executed?
  • Ensure each services writing data with unique timestamp... else it will be overwrites the data.

Here some articles:

1 reply

17-Peridot
October 19, 2022
  • At what frequency all the services executed?
  • Ensure each services writing data with unique timestamp... else it will be overwrites the data.

Here some articles:

11-Garnet
October 19, 2022

I think the timestamp was the problem, after testing and adding a delay in the service when adding the log the problem did not occur. Thanks!