Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Stateful vs Stateless mode

Is it possible to control whether the running integration will run in a stateful or a stateless mode? If not possible then what is the default behavior? Stateful?

Solved Solved
0 2 280
1 ACCEPTED SOLUTION

You can control this via the local logging setting.  The default is stateful.  If you disable local logging, then it will be stateless.  You will see an execution log entry for the execution, but there will not be any details beyond the execution id and the datetime.  If you drill down into that log entry, it will be empty.

https://cloud.google.com/application-integration/docs/local-logging 

View solution in original post

2 REPLIES 2

You can control this via the local logging setting.  The default is stateful.  If you disable local logging, then it will be stateless.  You will see an execution log entry for the execution, but there will not be any details beyond the execution id and the datetime.  If you drill down into that log entry, it will be empty.

https://cloud.google.com/application-integration/docs/local-logging 

Thank you very much for your detailed response!

Top Labels in this Space