Collector And Enrich Performance Tuning

Hi Everyone,

Assuming that collector and enrich are built on top of Akka framework, I didn’t see any configuration references in the hocon config files for any of these components.

Is there a way one can fine tune the concurrency and parallelism configs at that level? Please do share if you have come across such scenarios.

Regards
Jay

I haven’t tried but, is it safe to assume that any of the configs part if this reference.conf are applicable for overriding by the user configs?

Collector:

core/src/main/resources/reference.conf,
kafka/src/main/resources/application.conf

Enrich:
I could only see the producer, consumer and validation config references.

Those files define the defaults. You can find options listed in examples in the repo, or on the reference page of the docs site.

Hope that helps! :slight_smile:

1 Like

Thanks @Colm