temporalio / sdk-java

Temporal Java SDK
https://temporal.io
Apache License 2.0
213 stars 144 forks source link

Rename poller related WorkerOptions options #1030

Closed Spikhalskiy closed 2 years ago

Spikhalskiy commented 2 years ago

Is your feature request related to a problem? Please describe. JavaSDK has WorkerOptions: #workflowPollThreadCount and #activityPollThreadCount. GoSDK has WorkerOptions with the same meaning: #MaxConcurrentWorkflowTaskPollers and #MaxConcurrentActivityTaskPollers.

Describe the solution you'd like GoSDK naming is more generic and should be preferred for unification between SDKs.

Spikhalskiy commented 2 years ago

Closed by #1031