This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Tuning Conductor Configurations #3329
Unanswered
astelmashenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I was looking at different properties in
conductor.app
space (ConductorProperties class). I have got few question about certain properties:asyncIndexingEnabled
- Used to enable/disable asynchronous indexing to elasticsearch.false
by default.Q: why is it false by default, will not it be working faster if it is async?
eventMessageIndexingEnabled
- Used to enable/disable the indexing of messages within event payloads.true
by default.Q: Why would we need that e.g. if we are using underlying messaging system with persistence for Event Handlers? Is it visible somewhere on conductor UI, or through API?
eventExecutionIndexingEnabled
- Used to enable/disable the indexing of event execution results,true
by default.Q: Why would we need that e.g. if we are using underlying messaging system with persistence for Event Handlers? Is it visible somewhere on conductor UI, or through API?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions