Skip to content

Update the KMIPProxy client to support batch processing - #404

Open
PeterHamilton wants to merge 1 commit into
masterfrom
feat/add-batch-processing
Open

Update the KMIPProxy client to support batch processing#404
PeterHamilton wants to merge 1 commit into
masterfrom
feat/add-batch-processing

Conversation

@PeterHamilton

Copy link
Copy Markdown
Contributor

This change updates the KMIPProxy client to officially support batch processing. Passing 'batch=True' to any operation method will queue up the operation request. The entire queue will be sent when 'batch=False' is passed to an operation method. Instead of the single operation result, a list containing all operation results will be returned.

This change updates the KMIPProxy client to officially support
batch processing. Passing 'batch=True' to any operation method
will queue up the operation request. The entire queue will be
sent when 'batch=False' is passed to an operation method. Instead
of the single operation result, a list containing all operation
results will be returned.
Partially addresses #403
@PeterHamilton
PeterHamiltonforce-pushed the feat/add-batch-processing branch from 9d9abb4 to f8115daCompareMarch 25, 2018 16:25
@codecov-io

codecov-io commented Mar 25, 2018

Copy link
Copy Markdown

Codecov Report

Merging #404 into master will decrease coverage by 0.36%.
The diff coverage is 52.74%.

Impacted file tree graph

@@ Coverage Diff @@## master #404 +/- ##
==========================================
- Coverage 94.99% 94.63% -0.37% 
==========================================
Files 73 73 Lines 12228 12335 +107 ==========================================
+ Hits 11616 11673 +57 - Misses 612 662 +50
Impacted FilesCoverage Δ
kmip/services/kmip_client.py63.76% <52.74%> (-1.83%)⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f06014e...f8115da. Read the comment docs.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@PeterHamilton@codecov-io