11# KAT
2- [ ![ Build Status] ( https://circleci.com/gh/gojekfarm /kat.svg?branch=master )] ( https://circleci.com/gh/gojekfarm /kat )
2+ [ ![ Build Status] ( https://circleci.com/gh/gojek /kat.svg?branch=master )] ( https://circleci.com/gh/gojek /kat )
33
44Kafka Admin Tool provides an interface to perform many admin operations on kafka in a straight-forward manner.
55
@@ -12,7 +12,7 @@ brew install kat
1212
1313### Others
1414```
15- go install github.com/gojekfarm /kat
15+ go install github.com/gojek /kat
1616```
1717
1818### Local Dev/Testing
@@ -158,30 +158,15 @@ This tool has automation around all these steps:
158158
159159## Future Scope
160160- Add support for more admin operations
161- - Beautify the response of list and show config commands
161+ - Beautify the response of list and show config commands. Add custom features to ui pkg
162162- Fetch values from a kat config file instead of passing everything as cmd args
163163
164164## Contributing
165165* Raise an issue to clarify scope/questions, followed by PR
166166* Follow go [ guidelines] ( https://golang.org/doc/effective_go.html ) for development
167167* Ensure ` make ` succeeds
168168
169- Thanks for all the [ Contributors] ( https://github.com/gojekfarm /kat/graphs/contributors ) .
169+ Thanks for all the [ Contributors] ( https://github.com/gojek /kat/graphs/contributors ) .
170170
171171## License
172-
173- ```
174- Copyright 2019, GO-JEK Tech (http://gojek.tech)
175-
176- Licensed under the Apache License, Version 2.0 (the "License");
177- you may not use this file except in compliance with the License.
178- You may obtain a copy of the License at
179-
180- http://www.apache.org/licenses/LICENSE-2.0
181-
182- Unless required by applicable law or agreed to in writing, software
183- distributed under the License is distributed on an "AS IS" BASIS,
184- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
185- See the License for the specific language governing permissions and
186- limitations under the License.
187- ```
172+ Licensed under the [ Apache License] ( ./LICENSE ) , Version 2.0
0 commit comments