Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One tricky question is, how do we know if a higher version API has a batching optimization.  Discussion is Discussions are still required and suggestions are highly encouraged.

a) One solution is to let the request's builder.build() return either ONE request or a LIST of requestrequestsThis is backward compatible. We can have a list of one single element.

...