meeshkan / hmt

HTTP Mocking Toolkit
MIT License
52 stars 7 forks source link

Deprecate `--source` parameter #76

Closed ksaaskil closed 4 years ago

ksaaskil commented 4 years ago

There's no need to do meeshkan build --source kafka, it's simpler and more expressive to use the protocol to define the source. For example, meeshkan build kafka:localhost:9092. One might also include the topic here with something like meeshkan build kafka:localhost:9092@http_recordings to avoid configurations unless really needed.