kafka icon indicating copy to clipboard operation
kafka copied to clipboard

How to exit the program in kafka/examples/consumergroup/main.go gracefully?

Open alexkkk opened this issue 9 years ago • 1 comments

when I test the program , I just use Ctrl + C to killed it. Is there a graceful way? Or, What is the best practice to exit the program ?

alexkkk avatar Dec 26 '16 14:12 alexkkk

1 Ctrl+C 2 kill $pid

HouLinwei avatar Aug 22 '17 10:08 HouLinwei