Section IV - starting the service
ArchConfWorkshopUser:~/environment/rust-daas (master) $ cargo run --bin myapp_genesis
Finished dev [unoptimized + debuginfo] target(s) in 0.42s
Running `target/debug/myapp_genesis`
Genesis processor is running ...
Press [Enter] to stop the Genesis processor.
[2020-11-04T21:28:23Z INFO daas::service::processor] Putting document order~clothing~iStore~5000 in S3
[2020-11-04T21:28:23Z INFO daas::service::processor] Brokering document order~clothing~iStore~5000 ...
[2020-11-04T21:28:27Z INFO daas::service::processor] Putting document order~clothing~iStore~5000 in S3
[2020-11-04T21:28:27Z INFO daas::service::processor] Brokering document order~clothing~iStore~5000 ... ArchConfWorkshopUser:~/environment/rust-daas (master) $ cargo build
Compiling kafka v0.8.0
Compiling daas v0.2.0
Compiling rust-daas v0.1.0 (/home/ec2-user/environment/rust-daas)
Finished dev [unoptimized + debuginfo] target(s) in 26.49sLast updated