command
module
Version:
v0.0.0-...-f50f273
Opens a new window with list of versions in this module.
Published: Jan 21, 2021
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Reactor
reactor
is a stream processing tool built using 💥 fusion.
Usage
-
Install reactor
using go get -u -v github.com/spy16/fusion/reactor
-
Create a config file my_config.json
by referring to config files in samples
-
Run reactor -config my_config.json
. When you run this, reactor
will:
- Reactor will parse the proto message and create a message descriptor.
- Connect to Kafka cluster and subscribe to given topic name.
- Parse every message body as protobuf using the descriptor created in step 1 and log JSON formatted version
to
stdout
.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.