Skip to content

Commit

Permalink
update-klaw-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawshansharma committed Oct 6, 2023
1 parent aad4ef6 commit f00a66b
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## About

This is the Klaw documentation repository. Welcome 👋 🎉
You can find source code and all content for our ([klaw-project.io](https://www.klaw-project.io/) site here.
You can find source code and all content for our ([Klaw-project.io](https://www.klaw-project.io/) site here.

We're using [Docusaurus](https://docusaurus.io/docs) to build our documentation, an optimized site generator in React.

Expand Down
2 changes: 1 addition & 1 deletion docs/Concepts/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ software architecture that surpasses hardware limitations.

## How High Availability Works

In the Klaw core module, configure the below property, which is a
In the Klaw Core module, configure the below property, which is a
comma-separated list of Klaw instances.

klaw.uiapi.servers=https://klawhost1:9097,https://klawhost2:9097
Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/authentication/google-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in the Klaw-core module to enable the use of Google account login.

5. Configure an existing SUPERADMIN user from AD to approve new users in the following property for username:

<klaw.superadmin.default.username=[email protected]>
<Klaw.superadmin.default.username=[email protected]>

6. If you have already signed up with Google, you will be redirected to the Klaw home page.

Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/authentication/userpwd-db.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To enable authentication with the Klaw database, follow these steps:
encryption key to encrypt your password before it is stored in the database. The encryption key is used to secure and
protect your password.

klaw.jasypt.encryptor.secretkey=kw2021secretkey
Klaw.jasypt.encryptor.secretkey=kw2021secretkey

3. **Decrypt password:** The password stored in the database can be decrypted with the following java code.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Kafka® and Klaw using SSL protocol:
icon that is available on the right-hand side of each cluster
row.
9. Open the `application.properties` file located in the
[klaw/cluster-api/src/main/resources] directory.
[Klaw/cluster-api/src/main/resources] directory.
10. Configure the SSL properties to connect to Aiven for Apache Kafka®
clusters by copying and editing the following lines.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Kafka Connect service with Klaw using SSL protocol:
the copy icon that is available on the right-hand side of each
cluster row.

8. In the `application.properties` file for [cluster-api] (klaw/cluster-api/src/main/resources) module, configure Aiven for Apache Kafka Connect credentials copied from Aiven console:
8. In the `application.properties` file for [cluster-api] (Klaw/cluster-api/src/main/resources) module, configure Aiven for Apache Kafka Connect credentials copied from Aiven console:

`clusterid.klaw.kafkaconnect.credentials=username:password`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ registry cluster with Klaw using SSL protocol:
Environment** and enter the details to add your schema registry
environment. Click **Save**.
7. Open the `application.properties` file for [cluster-api]
(klaw/cluster-api/src/main/resources) modules.
(Klaw/cluster-api/src/main/resources) modules.
8. Copy the **Cluster ID** from the **Clusters** page using the copy
icon that is available on the right-hand side of each cluster
row.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Follow the steps below to configure and connect to a Confluent Cloud Kafka and K
icon that is available on the right-hand side of each cluster
row.
9. Open the `application.properties` file located in the
[klaw/cluster-api/src/main/resources] directory.
[Klaw/cluster-api/src/main/resources] directory.
10. Configure the API key, API secret, URIs to connect to Confluent Cloud
Kafka clusters by copying and editing the following lines:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cluster in Klaw using SSL protocol:
icon that is available on the right-hand side of each cluster
row.
9. Open the `application.properties` file located in the
[klaw/cluster-api/src/main/resources] directory.
[Klaw/cluster-api/src/main/resources] directory.

10. Configure the SSL properties to connect to Apache Kafka clusters by copying and editing the following lines:

Expand Down
4 changes: 2 additions & 2 deletions docs/HowTo/clusterconnectivity/klaw-core-with-clusterapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ respective `application.properties` files and verifying the connectivity between

You can find the `application.properties` file located in the following paths:

- Core: [klaw/core/src/main/resources]
- Cluster-api: [klaw/cluster-api/src/main/resources]
- Core: [Klaw/core/src/main/resources]
- Cluster-api: [Klaw/cluster-api/src/main/resources]

## Configure Klaw application.properties file

Expand Down
4 changes: 2 additions & 2 deletions docs/HowTo/clusterconnectivity/klaw-db-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RDBMS, such as MySQL, Oracle, or PostgreSQL.

The configuration for the default file-based database in Klaw is
specified in the `application.properties` file in the core
(klaw/core/src/main/resources) module. For example, your configuration
(Klaw/core/src/main/resources) module. For example, your configuration
might look something similar to this:

```java
Expand All @@ -30,7 +30,7 @@ MySQL, Oracle, or PostgreSQL.
To configure a connection to a relational database management system
(RDBMS) such as Postgres, Oracle, or MySQL, you need to edit the
`application.properties` file location in the
core(klaw/core/src/main/resources) module, with the connection details
core(Klaw/core/src/main/resources) module, with the connection details
for your database.

Below is a sample configuration for MySQL:
Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/installation/configure-klaw-wizard.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ URL: [https://host:port/helpwizard]
Klaw is multi-tenant by default. Every tenant has its own set of Kafka
environments, and users of one tenant cannot view/access topics, or ACLs
from other tenants. To configure tenants, navigate to **Dashboard -\>
Settings**, and look for [klaw.tenant.config].
Settings**, and look for [Klaw.tenant.config].

Example :

Expand Down
2 changes: 1 addition & 1 deletion docs/HowTo/installation/run-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ the source.
## Next Steps

Once you have finished verifying your installation, we recommend you follow the documentation
in [configure-klaw-wizard](configure-klaw-wizard.md).
in [configure-klaw-wizard](configure-Klaw-wizard.md).
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ them to a team in Klaw.

<!-- prettier-ignore -->
In case a connector is deleted from the cluster but still exists in Klaw metadata, you can remove it by selecting
**REMOVE FROM KLAW** at the end of the corresponding record.
**REMOVE FROM Klaw** at the end of the corresponding record.
2 changes: 1 addition & 1 deletion docs/Releases/release100.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Klaw version 1.0.0 is a first major release.
- Klaw (formerly Kafkawize) Initial Release 1.0.0
- This release is cloned from main branch of
<https://github.com/muralibasani/kafkawize>
- Package renamed to io.aiven.klaw
- Package renamed to io.aiven.Klaw
- Introduced 'Kafka flavor' in the configuration of clusters
- Changes to manage Aiven ACLs
- All occurrences of Kafkawize renamed to Klaw
Expand Down
2 changes: 1 addition & 1 deletion docs/Releases/release110.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ improvements.
connect to Apache Kafka clusters.
- Enabled JWT-based authentication: Enabled JWT-based authentication
to connect to Klaw Cluster API. You can configure
klaw.clusterapi.access.base64.secret in both core and cluster-api
Klaw.clusterapi.access.base64.secret in both core and cluster-api
modules to enable this authentication between APIs.
- Connect to multiple clusters using SSL: This release includes the
functionality to configure Klaw to connect to multiple Apache Kafka
Expand Down
4 changes: 2 additions & 2 deletions docs/Releases/release240.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ schemas from schema registry to Klaw, and vice versa.

### Binaries

[klaw-2.4.0.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.4.0/klaw-2.4.0.jar)
[Klaw-2.4.0.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.4.0/klaw-2.4.0.jar)

[cluster-api-2.4.0.jar ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.4.0/cluster-api-2.4.0.jar)

### Sources

[klaw-2.4.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.4.0.zip)
[Klaw-2.4.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.4.0.zip)

## What's new in Klaw 2.4.0

Expand Down
4 changes: 2 additions & 2 deletions docs/Releases/release250.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ schemas from schema registry to Klaw, and vice versa.

### Binaries

[klaw-2.5.0.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.0/klaw-2.5.0.jar)
[Klaw-2.5.0.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.0/klaw-2.5.0.jar)

[cluster-api-2.5.0.jar ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.5.0/cluster-api-2.5.0.jar)

### Sources

[klaw-2.5.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.0.zip)
[Klaw-2.5.0.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.0.zip)

### Docker

Expand Down
4 changes: 2 additions & 2 deletions docs/Releases/release251.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Klaw version 2.5.1 is a patch release primarily aimed at enhancing MySQL support

### Binaries

- [klaw-2.5.1.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.1/klaw-2.5.1.jar)
- [Klaw-2.5.1.jar ⬇︎](https://github.com/Aiven-Open/klaw/releases/download/v2.5.1/klaw-2.5.1.jar)

- [cluster-api-2.5.1.jar ⬇](https://github.com/Aiven-Open/klaw/releases/download/v2.5.1/cluster-api-2.5.1.jar)

### Sources

- [klaw-2.5.1.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.1.zip)
- [Klaw-2.5.1.zip ⬇](https://github.com/Aiven-Open/klaw/archive/refs/tags/v2.5.1.zip)

### Docker

Expand Down

0 comments on commit f00a66b

Please sign in to comment.