Merge pull request #11470 from thalesmg/gcp-consumer-rm-worker-pool-size-r52-20230817
fix(gcp_consumer): remove unused resource_opts fields
This commit is contained in:
commit
74d4a8325e
|
@ -212,11 +212,8 @@ fields("consumer_resource_opts") ->
|
||||||
[{health_check_interval, #{default => <<"30s">>}}]
|
[{health_check_interval, #{default => <<"30s">>}}]
|
||||||
),
|
),
|
||||||
SupportedFields = [
|
SupportedFields = [
|
||||||
auto_restart_interval,
|
|
||||||
health_check_interval,
|
health_check_interval,
|
||||||
request_ttl,
|
request_ttl
|
||||||
resume_interval,
|
|
||||||
worker_pool_size
|
|
||||||
],
|
],
|
||||||
lists:filter(
|
lists:filter(
|
||||||
fun({Field, _Sc}) -> lists:member(Field, SupportedFields) end,
|
fun({Field, _Sc}) -> lists:member(Field, SupportedFields) end,
|
||||||
|
|
Loading…
Reference in New Issue