Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Upgrades/Karafka/2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ The following config internal settings have been nested under `config.internal.p
- `config.internal.processing.errors_tracker_class`
- `config.internal.processing.jobs_builder`

!!! info "These 7 Settings Still Work at Their Old Path"

Unlike the constant renames above, these 7 settings have a backward-compatible read/write forwarding shim installed at their old, pre-nesting location, so code like `config.internal.processing.strategy_selector` keeps working unmodified - it delegates internally to the new nested path. This exists specifically to keep dependents like `karafka-testing` working without changes. You do not need to update these references immediately.

Shared settings (`jobs_queue_class`, `scheduler_class`, `worker_job_call_wrapper`) remain at the `config.internal.processing` level and are unaffected.

### Routing Group Accessor Changes
Expand Down