-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add batch support in ZmqProducerStateTable. #803
Conversation
48f65a9
to
ce93d49
Compare
@qiluo-msft can you take a look as well? Thanks. |
ce93d49
to
4255fbb
Compare
/easycla |
4b5e781
to
9bcfa8b
Compare
45667ab
to
b0a668e
Compare
Change-Id: Iec83d86c8541598467a7eefaa37cc232326570f4
b0a668e
to
1905186
Compare
@mint570 , there still 7 UT failed, it's blocking this PR, please fix and ping me if you need approve again. |
Change-Id: I6cdf31582814724792e2046a49592be13725a653
The failed tests are vs pytest. I am not sure if this PR is causing the failure since the vs pytest doesn't use the new ZMQ API. |
The existing batch implementation in ZmqProducerStateTable only calls the individual API repeatedly. This change brings in the real batch implementation: