From 0d3672740c11bbb3fc1b7305edba8ede0cf56a12 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Wed, 10 Apr 2024 21:26:49 +0530 Subject: [PATCH] Update config values in description --- examples/README.md | 6 +++--- examples/kafka-avro-consumer/kafka-avro-consumer.md | 8 ++++---- examples/kafka-avro-producer/kafka-avro-producer.md | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/README.md b/examples/README.md index 8900398..f0bd8e6 100644 --- a/examples/README.md +++ b/examples/README.md @@ -13,12 +13,12 @@ The Ballerina Avro Serializer/Deserializer connector for Confluent Schema Regist Create a `Config.toml` file with the base URL, schema capacity, subject, connection configurations and header values. Here's an example of how your `Config.toml` file should look: ```toml - baseUrl = + baseUrl = "" identityMapCapacity = - subject = + subject = "" [originals] - "schema.registry.url" = + "schema.registry.url" = "" "basic.auth.credentials.source" = "USER_INFO" "bootstrap.servers" = ":" "schema.registry.basic.auth.user.info" = ":" diff --git a/examples/kafka-avro-consumer/kafka-avro-consumer.md b/examples/kafka-avro-consumer/kafka-avro-consumer.md index b7b2ca8..a0df137 100644 --- a/examples/kafka-avro-consumer/kafka-avro-consumer.md +++ b/examples/kafka-avro-consumer/kafka-avro-consumer.md @@ -6,15 +6,15 @@ This guide demonstrates how to consume data in the correct format according to A ### Configuration -Configure the followings in Config.toml in the example directory. +Configure the followings in `Config.toml` in the directory. ```toml -baseUrl = +baseUrl = "" identityMapCapacity = -subject = +subject = "" [originals] -"schema.registry.url" = +"schema.registry.url" = "" "basic.auth.credentials.source" = "USER_INFO" "bootstrap.servers" = ":" "schema.registry.basic.auth.user.info" = ":" diff --git a/examples/kafka-avro-producer/kafka-avro-producer.md b/examples/kafka-avro-producer/kafka-avro-producer.md index 01f1fd4..e5b20e5 100644 --- a/examples/kafka-avro-producer/kafka-avro-producer.md +++ b/examples/kafka-avro-producer/kafka-avro-producer.md @@ -6,15 +6,15 @@ This guide demonstrates how to publish Avro serialized data to a Kafka topic. ### Configuration -Configure the followings in Config.toml in the example directory. +Configure the followings in `Config.toml` in the directory. ```toml -baseUrl = +baseUrl = "" identityMapCapacity = -subject = +subject = "" [originals] -"schema.registry.url" = +"schema.registry.url" = "" "basic.auth.credentials.source" = "USER_INFO" "bootstrap.servers" = ":" "schema.registry.basic.auth.user.info" = ":"