Is there any way for a user to send an interrupt-like signal in the Stellar
REPL?

I'd like to modify the KAFKA_TAIL function so that the user can continually
read messages from a Kafka topic, rather than a fixed number, and then
decide to stop tailing the messages by some kind of keystroke; CTRL-C
-ish.  Currently, a CTRL-C/SIGINT will kill the entire Stellar REPL instead
of just the currently running function.


-- 
Nick Allen <[email protected]>

Reply via email to