Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

feat: enhancement for Batcher api to address bulk read #833

Merged
merged 8 commits into from Jan 8, 2020

Commits on Dec 30, 2019

  1. feat: enhancement for Batcher api to address bulk read

    This commit contains enhancements to BatcherAPI.
    
    Currently there is no ways to know input user has sent in BatchingDescriptor. There is a better chance that in case of duplicated/non-existenting input server would only sent response for unique elements.
    
    After this change the elements sent for batching would be available to user inside BatchingDescriptor.
    rahulKQL committed Dec 30, 2019
    Copy the full SHA
    50d3956 View commit details
    Browse the repository at this point in the history
  2. feat(Batcher): updated BatchingDescriptor interface to include BatchE…

    …ntry
    
    BatchEntry would contain input element and it's corresponded result future.
    rahulKQL committed Dec 30, 2019
    Copy the full SHA
    118eb1c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5bdf7cb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0e01126 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Copy the full SHA
    03aab64 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. fixed typo in javadoc

    rahulKQL committed Jan 7, 2020
    Copy the full SHA
    a16f2d6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    860910c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9f42dc9 View commit details
    Browse the repository at this point in the history