I have requirement of reading millions of data from couhbase and process it, I want to create spring bootproject with spring batch, but there is no direct support provided in spring batch as CouchbaseItemReader, can any one help if they have implemented it and how they have used it.
Asked
Active
Viewed 74 times
2 Answers
2
There is no official support for Couchbase in Spring Batch. However, there is an open contribution by the community in the spring-batch-extensions repository which you can try. This extension is not released.

Mahmoud Ben Hassine
- 28,519
- 3
- 32
- 50
-
This is outdated code , doesn't work with latest version. – Deepmala Srivastav Jun 18 '22 at 03:32
0
Using the reactive kv api is the fastest way to access millions of documents.

Michael Reiche
- 375
- 1
- 7