diff --git a/Upgrades/Karafka/2.6.md b/Upgrades/Karafka/2.6.md index 700db410..dc597c85 100644 --- a/Upgrades/Karafka/2.6.md +++ b/Upgrades/Karafka/2.6.md @@ -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