0

In the documentation of the pull model you can read that the pull model is only available for .NET. It there a possible to emulate the FeedIterator in Java? Is there any beta that support this already?

Horcrux7
  • 23,758
  • 21
  • 98
  • 156

1 Answers1

0

The method queryChangeFeed from the CosmosContainer or CosmosAsyncContainer class seems to return an Iterable. See the unit test for an sample.

Horcrux7
  • 23,758
  • 21
  • 98
  • 156