Web3j
Key Features
Description
Source Options
Name
Type
Required
Default
Description
How to Create a Http Data Synchronization Jobs
env {
parallelism = 1
job.mode = "BATCH"
}
source {
Web3j {
url = "https://mainnet.infura.io/v3/xxxxx"
}
}
# Console printing of the read Http data
sink {
Console {
parallelism = 1
}
}Last updated