You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka Admin Tool provides an interface to perform many admin operations on kafka in a straight-forward manner.
4
5
@@ -10,12 +11,14 @@ brew install kat
10
11
```
11
12
12
13
### Others
13
-
1. Download the project -- ```go get -u github.com/gojekfarm/kat```
14
-
2. Build -- ```make```
14
+
```
15
+
go install github.com/gojekfarm/kat
16
+
```
15
17
16
18
### Local Dev/Testing
17
-
* Unit tests - ```make test```
18
-
* Manual - Two kafka clusters can be created in local environment using docker-compose - ```docker-compose up -d```. Commands can be run against these clusters for testing
19
+
* Clone the repo
20
+
* Run ```make all``` to run lint checks, unit tests and build the project
21
+
* Manual testing: Running ```docker-compose up -d``` will create 2 local kafka clusters. Commands can be run against these clusters for testing
0 commit comments