Skip to content

execution context mismatch couchbase.actorctx instead of couchbase.akka #63

@rajeshetty

Description

@rajeshetty

As per the documentation it says path to define exec context should be like this

couchbase {
akka {
timeout=1000
execution-context {
fork-join-executor {
parallelism-factor = 4.0
parallelism-max = 40
}
}
}

but when i don't define this in my app conf and when I print default configuration i see following
couchbase {
actorctx {
timeout=1000
execution-context {
fork-join-executor {
parallelism-factor = 4.0
parallelism-max = 40
}
}
}

Notice node "actorctx" instead of "akka" . So the question 'couchbase.actorctx' taking an effect in defining execution context or we have to define 'couchbase.akka' ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions