InterviewSolution
Saved Bookmarks
| 1. |
How do you start a Kafka server? |
|
Answer» FIRSTLY, we extract Kafka once we have downloaded the most recent version. We MUST make sure that our local environment has JAVA 8+ installed in order to run Kafka. The following commands must be done in order to start the Kafka server and ensure that all services are started in the correct order:
|
|