Hi all, I did ingestion to kafka with topic and sc...
# ingestion
a
Hi all, I did ingestion to kafka with topic and schema and when enter to the topic in the UI I see under schema "no data" Does anyone know why?
Copy code
source:
  type: "kafka"
  config:
    # Coordinates
    env: $ENV
    connection:
      bootstrap: $KAFKA_BOOTSTRAP_SERVER
      consumer_config:
        security.protocol: "SASL_SSL"
        sasl.mechanism: "PLAIN"
        sasl.username: "user_name"
        sasl.password: $KAFKA_PASSWORD
      schema_registry_url: $SCHEMA_REGISTRY_URL
    topic_patterns:
      allow:
        - $TOPIC_NAME
    topic_subject_map:
      topicName-value: $SCHEMA_NAME
transformers:
  - type: "simple_add_dataset_ownership"
    config:
      owner_urns:
        - some_owner_name
h
Hi @alert-football-80212, assuming that this is related to this thread. Let me know if it is not.