You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbfa73d Added BufferSize to Jetsream and NATS outputs * follow-up to Parallel processing with Jetstream #342 * added option to provide a buffer size to go channel on output * updaed user guides for Jetstream and NATS outputs
36634dd Merge pull request #548 from nokia/proc-ieeefloat32
ce62f8d Merge pull request #549 from wendall-robinson/Add_BufferSize_to_JetStream_Output
fdb3b70 Merge pull request #550 from nokia/nats-empty-msg
82110de Merge pull request #552 from hyposcaler-bot/hyposcaler-bot/issue-551
6e01da4 Merge pull request #553 from nokia/0.39.0-changelog
edeba06 Removed uint type conversion when making the chan * BufferSize was changed to default to uint and no longer needs this type conversion * this was requested by the repo owner
cde5228 Updated based on feedback from repo owner * updated user guide to communicate the default value of to 0 * fixed ordering of comment * made BufferSize a uint to default to 0 if not set