ePaul / nakadi-mock

Java library which mocks part of Nakadi's REST interface to use in tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a CLI so this can be used from non-JVM languages

ePaul opened this issue · comments

The current approach as a Java libary works fine for tests written in Java (or other JVM languages which can interact with Java). It doesn't work at all for languages like Python, Javascript, Go, etc, which can't natively interact with Java classes/objects/methods.

For those, we could imagine a CLI version, which allows to start the Nakadi mock (and configure the event types) just by executing a shell command.
On the other hand, at some point it might become easier to just install a real Nakadi.