Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
updated content for Apache Kafka Connect
Browse files Browse the repository at this point in the history
  • Loading branch information
harshini-rangaswamy committed Jan 25, 2024
1 parent 70f20eb commit 776a8f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/products/kafka/kafka-connect/get-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Getting started
Before creating an Aiven for Apache Kafka® Connect service, ensure that you have existing Aiven for Apache Kafka® services set up in your project. If your project does not have any Aiven for Apache Kafka services, you must create one by following the instructions in the :doc:`create new service guide </docs/platform/howto/create_new_service>`.


Key benefits of Apache Kafka® Connect with Aiven for Apache Kafka services:

- You can integrate multiple dedicated Kafka Connect services with the same Aiven for Apache Kafka cluster without any conflicts, even if they run on the same cluster nodes.
- Each service has its own data management (config, offsets, status) in separate internal topics, identified by integration IDs. This ensures smooth operation and avoids data interference.
- You don't have to delete your existing connectors when you set up a standalone Apache Kafka Connect service. They can keep running in their current deployment.
- If you want to migrate a connector from one Kafka Connect service to another, make sure to migrate the offsets as well.




.. _apache_kafka_connect_dedicated_cluster:

Create a dedicated Aiven for Apache Kafka® Connect service
Expand Down
3 changes: 2 additions & 1 deletion docs/products/kafka/kafka-connect/howto/enable-connect.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Enable Apache Kafka® Connect on Aiven for Apache Kafka®
=======================================================

To enable Apache Kafka® Connect on Aiven for Apache Kafka® services, those should be running on business or premium plans.
Leveraging Aiven for Apache Kafka services with Apache Kafka Connect can enhance data streaming capabilities between sources and sinks. To use Apache Kafka® Connect with Aiven for Apache Kafka® services, you need to have a business or premium plan.


.. Warning::

Expand Down

0 comments on commit 776a8f9

Please sign in to comment.