Deprecate and remove processor_ids
argument by v1.4
#6271
Labels
good first issue
This issue can be resolved by someone who is not familiar with the codebase. A good starting issue.
kind/health
For CI/testing/release process/refactoring/technical debt items
triage/accepted
A consensus emerged that this bug report, feature request, or other action should be worked on
The run methods in
Engine
,EngineProgram
andEngineClient
now include a parameter calledprocessor_id
. This parameter can be used to specify a specific processor for the run, and will substitute the deprecated parameterprocessor_ids
, because allowing multiple candidate processors was not useful in practice.The text was updated successfully, but these errors were encountered: