mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-29 17:59:24 +00:00
docs: Fix topic_pattern typo in kafka ingestion docs (#3317)
This commit is contained in:
parent
306748aca4
commit
fe531b9537
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user