Skip to content

Latest commit

 

History

History
 
 

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

DataStax Bulk Loader Executor API

DSBulk's Bulk Executor API is a pluggable abstraction that allows DSBulk to execute queries using reactive programming.

Important: this module exists solely because initially the DataStax Java driver did not contain an API to execute queries reactively. Now that the driver exposes this feature, this module and its submodules should be considered as deprecated. DSBulk might remove this API and its implementations entirely in the near future, and replace them by the driver's equivalent API.

However, the Executor API includes some features that are not present in the driver, such as the Execution Listener API. These features and APIs are likely to remain.

This module contains the Executor API itself.