pub fn default_retry_config_plugin_v2(
default_partition_name: impl Into<Cow<'static, str>>,
behavior_version: BehaviorVersion,
) -> Option<SharedRuntimePlugin>Expand description
Runtime plugin that sets the default retry strategy, config, and partition.
This version respects the behavior version to enable retries by default for newer versions.