docs: Fix topic_pattern typo in kafka ingestion docs (#3317)

This commit is contained in:
Seref Acet 2021-10-04 03:52:25 +03:00 committed by GitHub
parent 306748aca4
commit fe531b9537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ Note that a `.` is used to denote nested fields in the YAML recipe.
| `connection.producer_config.<option>` | | | Extra producer config. These options will be passed into Kafka's SerializingProducer. See https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#serializingproducer and https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md. |
| `topic_patterns.allow` | | | List of regex patterns for topics to include in ingestion. |
| `topic_patterns.deny` | | | List of regex patterns for topics to exclude from ingestion. |
| `topic_pattern.ignoreCase` | | `True` | Whether to ignore case sensitivity during pattern matching. |
| `topic_patterns.ignoreCase` | | `True` | Whether to ignore case sensitivity during pattern matching. |
The options in the consumer config and schema registry config are passed to the Kafka DeserializingConsumer and SchemaRegistryClient respectively.