Skip to content

Commit 00e011a

Browse files
authored
metadata (#21)
1 parent 05329b9 commit 00e011a

File tree

8 files changed

+1
-10
lines changed

8 files changed

+1
-10
lines changed

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
= Starlight for Kafka
2-
:page-tag: starlight-kafka,dev,admin,pulsar,kafka
32

43
Starlight for Kafka brings the native Apache Kafka protocol support to Apache Pulsar by introducing a Kafka protocol handler on Pulsar brokers. By adding the Starlight for Kafka protocol handler to your existing Pulsar cluster, you can migrate your existing Kafka applications and services to Pulsar without modifying the code. This enables Kafka applications to leverage Pulsar’s powerful features, such as:
54

@@ -20,8 +19,7 @@ Starlight for Kafka adds additional features to make native Kafka protocol suppo
2019

2120
* xref:operations:starlight-kafka-proxy.adoc[Proxy extension] - allows the Kafka client to access your Pulsar cluster the same way as Pulsar clients do. +
2221

23-
* Integrated support for the Pulsar schema registry. +
24-
//* xref:starlight-cdc.adoc[AVRO consumption] - consume AVRO schema from a Kafka client.
22+
* Integrated support for the Pulsar schema registry.
2523

2624
== What's next?
2725

modules/configuration/pages/starlight-kafka-configuration.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Configuring the Starlight for Kafka extension
22
:navtitle: Configuration
3-
:page-tag: starlight-kafka,admin,manage,dev,pulsar,kafka
43

54
This page describes configuration options for Starlight for Kafka:
65

modules/installation/pages/starlight-kafka-quickstart.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Installing the Starlight for Kafka extension
22
:navtitle: Installation
3-
:page-tag: starlight-kafka,quickstart,install,admin,dev,pulsar,kafka
43

54
This document will help you get started producing and consuming Kafka messages on a Pulsar cluster.
65

modules/operations/pages/starlight-kafka-implementation.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Messaging implementation of Starlight for Kafka
22
:navtitle: Messaging implementation
3-
:page-tag: starlight-kafka,admin,manage,dev,pulsar,kafka
43

54
This document describes how to implement the Starlight for Kafka protocol handler.
65

modules/operations/pages/starlight-kafka-monitor.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Monitoring the Starlight for Kafka extension
22
:navtitle: Monitoring the extension
3-
:page-tag: starlight-kafka,admin,manage,pulsar,kafka
43

54
Starlight for Kafka exposes the following metrics in Prometheus format. You can monitor your clusters with these metrics.
65

modules/operations/pages/starlight-kafka-proxy.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Starlight for Kafka Proxy
22
:navtitle: Proxy extension
3-
:page-tag: starlight-kafka,admin,manage,dev,pulsar,kafka
43

54
Starlight for Kafka allows you to deploy a proxy extension on the Pulsar proxy component. This allows the Kafka client to access your Pulsar cluster the same way as Pulsar clients do. +
65
This is particularly useful in Kubernetes environments where you already have the Pulsar proxy.

modules/operations/pages/starlight-kafka-schema-registry.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Starlight for Kafka Schema Registry
22
:navtitle: Schema registry
3-
:page-tag: starlight-kafka,admin,manage,dev,pulsar,kafka
43

54
Starlight for Kafka implements a schema registry that is compatible with the https://docs.confluent.io/platform/current/schema-registry/index.html[Confluent Schema Registry(R)] and the https://www.apicur.io/registry[Apicurio Schema Registry], the most commonly used schema registries in the Kafka ecosystem.
65

modules/operations/pages/starlight-kafka-security.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Starlight for Kafka security
22
:navtitle: Security
3-
:page-tag: starlight-kafka,security,secure,dev,pulsar,kafka
43

54
This page covers enabling authentication features for Starlight for Kafka. +
65

0 commit comments

Comments
 (0)