Section V - testing
PS C:\workspace\rust-daas> cargo run --bin sourcing
Finished dev [unoptimized + debuginfo] target(s) in 0.38s
Running `target\debug\sourcing.exe`{
"status": "OK"
}[kafka@brokerserver kafka_2.12-2.3.0]# bin/kafka-console-consumer.sh --bootstrap-server mybroker:9092 --topic order-clothing-iStore --from-beginning {"_id":"order|clothing|iStore|8003","_rev":"2-c295ee927aff853b50814447981173e0","source_name":"iStore","source_uid":8003,"category":"order","subcategory":"clothing","author":"istore_app","process_ind":false,"last_updated":1572021078,"data_obj":{"name":"high heals","status":"new"}}
PreviousSection IV - executableNextModule V - Building a Microservice for Processing the Sourced Data
Last updated