-
Notifications
You must be signed in to change notification settings - Fork 29
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
2.3.0 Release #41
2.3.0 Release #41
Conversation
nblumhardt
commented
Feb 16, 2020
•
edited
Loading
edited
- Simplify the constructors for PeriodicBatchingSink and BoundedConcurrentQueue. #30, Allow NON_BOUNDED value to be used as constructor parameter #34, Refactor to support use as a wrapper sink; add sink options #39, Set defaults when using PeriodicBatchingSinkOptions #40 - improve factoring, allow implementations to override "eager-first-event" behavior (@kimbirkelund, @oliverholliday, @nblumhardt)
…vior of the queue.
Allow NON_BOUNDED value to be used as constructor parameter
Simplify the constructors for PeriodicBatchingSink and BoundedConcurrentQueue.
…ctor to support usage as a wrapper class; fixes #38
Refactor to support use as a wrapper sink; add sink options
Set defaults when using PeriodicBatchingSinkOptions
{ | ||
const int NON_BOUNDED = -1; | ||
public const int NonBounded = -1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we tracking to rename this to Unbounded
on the next release? NonBounded
is not proper English.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't believe I didn't catch that when writing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:-) I fixed the XML parameter docs but forgot about this; I'll send one though (though it's not public API surface)
Eagerly awaiting for this one! Do we have an ETA? I assume the package will be published as soon as this is merged? |
Hi @julealgon - yes, this will be published as soon as it's merged. Ideally we'd get some more feedback on the new APIs before setting them in stone, but if we don't hear any more this week I'll hit the button 👍 |
NonBounded -> Unbounded