Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose workerCount as constructor parameter in StaticTcpProxyConfig #11

Merged

Conversation

cpiotr
Copy link
Contributor

@cpiotr cpiotr commented Mar 16, 2020

Closes issue #7
Use cases which do not rely on parsing properties file tend to repeat
the same pattern to first create an instance of StaticTcpProxyConfig and
then immediately set the number of workers.
To make the code more user-friendly the workerCount is exposed as a
constructor parameter.

Closes issue terma#7
Use cases which do not rely on parsing properties file tend to repeat
the same pattern to first create an instance of StaticTcpProxyConfig and
then immediately set the number of workers.
To make the code more user-friendly the `workerCount` is exposed as a
constructor parameter.
@terma terma merged commit 68262fb into terma:master Mar 22, 2020
@terma
Copy link
Owner

terma commented Mar 22, 2020

Nice, thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants