Class ExampleCsvClient
java.lang.Object
io.aiven.commons.kafka.connector.source.impl.csv.ExampleCsvClient
A "native" client. This client returns lists of native objects and ByteBuffers for specific
native keys.
In an actual implementation this would connect to the storage and retrieve data.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates an example client that returns records in 3 batches of 10 records. -
Method Summary
-
Field Details
-
dataSent
The last key sent.
-
-
Constructor Details
-
ExampleCsvClient
Creates an example client that returns records in 3 batches of 10 records.- Throws:
IOException- if data can not be constructed.
-