iggy-rs / iggy

Iggy is the persistent message streaming platform written in Rust, supporting QUIC, TCP and HTTP transport protocols, capable of processing millions of messages per second.
https://iggy.rs
MIT License
1.84k stars 85 forks source link

Update path for iggy cli in README.md #1006

Closed kumarlokesh closed 3 months ago

kumarlokesh commented 3 months ago

Updated path for iggy cli in README.md for local development environment.

While using previously mentioned path for cli iggy/iggy: % docker exec -it iggy-server /iggy/iggy ping

OCI runtime exec failed: exec failed: unable to start container process: exec: "/iggy/iggy": stat /iggy/iggy: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

After using the updated path /iggy: % docker exec -it iggy-server /iggy ping

Executing ping command
Ping sequence id: 1 time: 0.26 ms

Ping statistics for 1 ping commands
min/avg/max/mdev = 0.262/0.262/0.262/0.000 ms
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9634408109

Details


Totals Coverage Status
Change from base Build 9552240115: 0.004%
Covered Lines: 23209
Relevant Lines: 27649

💛 - Coveralls
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 9634452987

Details


Totals Coverage Status
Change from base Build 9552240115: 0.007%
Covered Lines: 23210
Relevant Lines: 27649

💛 - Coveralls