Skip to content

Commit

Permalink
Merge branch '7.2.3-post' into 7.3.0-post
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-hamill committed Jan 27, 2023
2 parents 41b2a9e + 961518d commit 035451e
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 233 deletions.
4 changes: 2 additions & 2 deletions clients/docs/clojure.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-clojure:

Clojure: Code Example for |ak-tm|
=================================
Create an Apache Kafka Client App for Clojure
=============================================

In this tutorial, you will run a Clojure client application that produces
messages to and consumes messages from an |ak-tm| cluster.
Expand Down
4 changes: 2 additions & 2 deletions clients/docs/groovy.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-groovy:

Groovy: Code Example for |ak-tm|
================================
Create an Apache Kafka Client App for Groovy
============================================

In this tutorial, you will run a Groovy client application that produces
messages to and consumes messages from an |ak-tm| cluster.
Expand Down
4 changes: 2 additions & 2 deletions clients/docs/kafka-connect-datagen.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-kafka-connect-datagen:

Kafka Connect Datagen: Example for |ak-tm|
==========================================
Create an Apache Kafka Client App for |kconnect-long| Datagen
=============================================================

In this tutorial, you will run a |kconnect-long| Datagen source connector using
`Kafka Connect Datagen
Expand Down
4 changes: 2 additions & 2 deletions clients/docs/kcat.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-kcat:

kcat: Command Example for |ak-tm|
=================================
Create an Apache Kafka Client App for kafkacat
==============================================

In this tutorial, you will run a ``kcat`` (formerly known as ``kafkacat``) client application that produces
messages to and consumes messages from an |ak-tm| cluster.
Expand Down
4 changes: 2 additions & 2 deletions clients/docs/kotlin.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-kotlin:

Kotlin: Code Example for |ak-tm|
================================
Create an Apache Kafka Client App for Kotlin
============================================

In this tutorial, you will run a Kotlin client application that produces
messages to and consumes messages from an |ak-tm| cluster.
Expand Down
217 changes: 0 additions & 217 deletions clients/docs/ksql-datagen.rst

This file was deleted.

4 changes: 2 additions & 2 deletions clients/docs/ruby.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-ruby:

Ruby: Code Example for |ak-tm|
==============================
Create an Apache Kafka Client App for Ruby
==========================================

In this tutorial, you will run a Ruby client application using the `rdkafka <https://github.com/appsignal/rdkafka-ruby>`__ gem that produces
messages to and consumes messages from an |ak-tm| cluster.
Expand Down
4 changes: 2 additions & 2 deletions clients/docs/rust.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-rust:

Rust: Code Example for |ak-tm|
==============================
Create an Apache Kafka Client App for Rust
==========================================

In this tutorial, you will run a Rust client application that produces messages
to and consumes messages from an |ak-tm| cluster.
Expand Down
4 changes: 2 additions & 2 deletions clients/docs/scala.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _client-examples-scala:

Scala: Code Example for |ak-tm|
===============================
Create an Apache Kafka Client App for Scala
===========================================

In this tutorial, you will run a Scala client application that produces messages
to and consumes messages from an |ak-tm| cluster.
Expand Down

0 comments on commit 035451e

Please sign in to comment.