Forráskód Böngészése

Renamed to UI for Apache Kafka

German Osin 4 éve
szülő
commit
5c5efeb428

+ 17 - 17
README.md

@@ -1,15 +1,15 @@
-![Kafka UI logo](images/kafka-ui-logo.png) Kafka UI – Free Web UI for Kafka   
+![UI for Apache Kafka logo](images/kafka-ui-logo.png) UI for Apache Kafka – Free Web UI for Apache Kafka   
 ------------------
 
-![Kafka UI Price Free](images/free-open-source.svg)
+![UI for Apache Kafka Price Free](images/free-open-source.svg)
 
-<em>Kafka UI is a free open-source web UI for monitoring and management of Apache Kafka clusters. </em> 
+<em>UI for Apache Kafka is a free open-source web UI for monitoring and management of Apache Kafka clusters. </em> 
 
-Kafka UI is a simple tool that makes your data flows observable, helps find and troubleshoot issues faster and deliver optimal performance. Its lightweight dashboard makes it easy to track key metrics of your Kafka clusters - Brokers, Topics, Partitions, Production, and Consumption. 
+UI for Apache Kafka is a simple tool that makes your data flows observable, helps find and troubleshoot issues faster and deliver optimal performance. Its lightweight dashboard makes it easy to track key metrics of your Kafka clusters - Brokers, Topics, Partitions, Production, and Consumption. 
 
-Set up Kafka UI with just a couple of easy commands to visualize your Kafka data in a comprehensible way. You can run the tool locally or in the cloud. 
+Set up UI for Apache Kafka with just a couple of easy commands to visualize your Kafka data in a comprehensible way. You can run the tool locally or in the cloud. 
 
-![Kafka UI interface dashboard screenshot](images/kafka-ui-interface-dashboard.png)
+![UI for Apache Kafka interface dashboard screenshot](images/kafka-ui-interface-dashboard.png)
 
 
 # Features
@@ -25,10 +25,10 @@ Set up Kafka UI with just a couple of easy commands to visualize your Kafka data
 
 # Getting Started
 
-To run Kafka UI, you can use a pre-built Docker image or build it locally.  
+To run UI for Apache Kafka, you can use a pre-built Docker image or build it locally.  
 
 ## Running From Docker Image
-The official Docker image for Kafka UI is hosted here: [hub.docker.com/r/provectuslabs/kafka-ui](https://hub.docker.com/r/provectuslabs/kafka-ui).
+The official Docker image for UI for Apache Kafka is hosted here: [hub.docker.com/r/provectuslabs/kafka-ui](https://hub.docker.com/r/provectuslabs/kafka-ui).
 
 Launch Docker container in the background:
 ```sh
@@ -49,13 +49,13 @@ If you prefer to use `docker-compose` please refer to the [documentation](docker
 
 ## Building With Docker
 
-Steps to build Kafka UI locally with Docker:  
+Steps to build UI for Apache Kafka locally with Docker:  
 
 1. Install prerequisites: Java and Docker
 2. Clone this repository and open a terminal in the directory of the project
-3. Build a Docker container with Kafka UI
-4. Start Kafka UI with your Kafka clusters
-5. Navigate to Kafka UI 
+3. Build a Docker container with UI for Apache Kafka
+4. Start UI for Apache Kafka with your Kafka clusters
+5. Navigate to UI for Apache Kafka 
 
 ### Prerequisites
 
@@ -76,21 +76,21 @@ Steps to build Kafka UI locally with Docker:
 
 Once you installed the prerequisites and cloned the repository, run the following commands in your project directory: 
 
-Build a Docker container with Kafka UI: 
+Build a Docker container with UI for Apache Kafka: 
 ```sh
 ./mvnw clean install -Pprod
 ``` 
-Start Kafka UI with your Kafka clusters: 
+Start UI for Apache Kafka with your Kafka clusters: 
 ```sh
 docker-compose -f ./docker/kafka-ui.yaml up
 ``` 
-To see Kafka UI, navigate to http://localhost:8080.
+To see UI for Apache Kafka, navigate to http://localhost:8080.
 
 If you want to start only kafka-clusters: 
 ```sh
 docker-compose -f ./docker/kafka-clusters-only.yaml up
 ``` 
-Then start Kafka UI with a **local** profile. 
+Then start UI for Apache Kafka with a **local** profile. 
 
 ## Running Locally Without Docker
 
@@ -112,7 +112,7 @@ To be done
 
 ## Connecting to a Secure Broker
 
-Kafka UI supports TLS (SSL) and SASL connections for [encryption and authentication](http://kafka.apache.org/090/documentation.html#security). This can be configured by providing a combination of the following files (placed into the Kafka root directory):
+UI for Apache Kafka supports TLS (SSL) and SASL connections for [encryption and authentication](http://kafka.apache.org/090/documentation.html#security). This can be configured by providing a combination of the following files (placed into the Kafka root directory):
 
 To be continued
 

+ 2 - 2
docker-compose.md

@@ -19,7 +19,7 @@ services:
       - KAFKA_CLUSTERS_0_ZOOKEEPER=localhost:2181
 ```
 
-* If you prefer Kafka UI in read only mode
+* If you prefer UI for Apache Kafka in read only mode
    
 ```yaml
 version: '2'
@@ -37,7 +37,7 @@ services:
       - KAFKA_CLUSTERS_0_READONLY=true
 ```
   
-* Start Kafka UI process
+* Start UI for Apache Kafka process
 
 ```bash
 docker-compose up -d kafka-ui

+ 2 - 2
kafka-ui-react-app/README.md

@@ -1,4 +1,4 @@
-# Kafka-UI
+# UI for Apache Kafka
 UI for Apache Kafka management
 
 [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=provectus_kafka-ui_frontend&metric=alert_status)](https://sonarcloud.io/dashboard?id=provectus_kafka-ui_frontend)
@@ -16,7 +16,7 @@ UI for Apache Kafka management
 
 Have to be run from root directory.
 
-Start Kafka UI with your Kafka clusters:
+Start UI for Apache Kafka with your Kafka clusters:
 ```sh
 docker-compose -f ./docker/kafka-ui.yaml up
 ```

+ 1 - 1
kafka-ui-react-app/public/index.html

@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1" />
     <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
     <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
-    <title>Kafka UI</title>
+    <title>UI for Apache Kafka</title>
     <script type="text/javascript">
       window.basePath = "/";
     </script>

+ 1 - 1
kafka-ui-react-app/src/components/App.tsx

@@ -69,7 +69,7 @@ const App: React.FC<AppProps> = ({
           </div>
 
           <a className="navbar-item title is-5 is-marginless" href="/ui">
-            Kafka UI
+            UI for Apache Kafka
           </a>
 
           <div className="navbar-item">

+ 1 - 1
kafka-ui-react-app/src/components/__tests__/__snapshots__/App.spec.tsx.snap

@@ -79,7 +79,7 @@ exports[`App view matches snapshot 1`] = `
                 className="navbar-item title is-5 is-marginless"
                 href="/ui"
               >
-                Kafka UI
+                UI for Apache Kafka
               </a>
               <div
                 className="navbar-item"