Other Producers

Use JR to stream data to external stores

You can use JR to stream data to many different stores, not only Kafka.

jr producer list

You’ll get an output similar to:

List of JR emitters:

Console * (--output = stdout)
Kafka (--output = kafka)
Redis (--output = redis)
Mongodb (--output = mongo)
Elastic (--output = elastic)
S3 (--output = s3)
GCS (--output = gcs)

to use an output, just set the corresponding value in --output

Every output needs also a corresponding configuration.