-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from muralibasani/kafkawize-pro
Kafkawize pro
- Loading branch information
Showing
22 changed files
with
1,634 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,35 @@ | ||
# Kafkawize | ||
|
||
Kafkawize is a Self service Apache Kafka Topic Management tool/portal. It is a web application which automates the process of creating and browsing Kafka topics, acls, avro schemas, connectors by introducing roles/authorizations to users of various teams of an organization. | ||
|
||
KafkaWize ClusterApi application. It is required to run KafkaWize https://github.com/muralibasani/kafkawize before running this api. | ||
|
||
This cluster api communicates with Kafka brokers with AdminClientApi and connects to UserInterfaceApi (kafkawize). | ||
This cluster api communicates with Kafka brokers with AdminClientApi and connects to UserInterfaceApi (kafkawize). | ||
|
||
[![Features](https://yt-embed.herokuapp.com/embed?v=i7nmi-lovgA)](https://www.youtube.com/watch?v=i7nmi-lovgA "Create a kafka topic") | ||
|
||
## Built With | ||
|
||
* [Maven](https://maven.apache.org/) - Dependency Management | ||
* Java, Spring boot, Spring security, Kafka Admin client | ||
|
||
## Versioning | ||
|
||
For the versions available, see the [tags on this repository](https://github.com/muralibasani/kafkawizeclusterapi/tags). | ||
|
||
## Authors | ||
|
||
* **Muralidhar Basani** - [muralibasani](https://github.com/muralibasani) | ||
|
||
## License | ||
|
||
This project is licensed under the Apache License - see the [LICENSE.md](LICENSE.md) file for details. | ||
|
||
## Architecture: | ||
|
||
![Architecture](https://github.com/muralibasani/kafkawize/blob/master/screenshots/arch.png) | ||
|
||
## Install | ||
|
||
mvn clean install | ||
Follow steps at https://kafkawize.readthedocs.io/en/latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
Release Notes | ||
5.0.0 changes | ||
|
||
Kafkawizeclusterapi 4.4 | ||
|
||
1. Changes include initial load of Admin client connections | ||
All changes of kafkawize pro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/main/java/com/kafkamgt/clusterapi/KafkaclusterapiApplication.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.