'How can I progress an integration test of kafka on exist local cluster
I have installed kafka on my 3 ARM servers and set up the basic cluster. And now I hope there is a way to validate most of kafka's functionalities is performed well on the ARM server.
I've tried tens of unit test tool, and most of them are working with an EMBEDED-KAFKA(or containers-based and VM-based) instead of my local startup kafka-server. So can I make my local kafka be tested?
Besides, kafka's source code contains basic unit tests in directory kafka/tests. But I am confusing about whether they are runable? Is there any way to run a whole integration test of kafka's functionality?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
