Screenshot 2023-02-25 at 02.39.09.png
# troubleshoot
g
Screenshot 2023-02-25 at 02.39.09.png
Copy code
name: datahub_slack_action
enabled: true
source:
  type: "kafka"
  config:
    connection:
      bootstrap: "<http://b-2.mskdatahub.asdasd.c9.kafka.us-east-1.amazonaws.com:9092,b-1.mskdatahub.asdasd.c9.kafka.us-east-1.amazonaws.com:9092|b-2.mskdatahub.asdasd.c9.kafka.us-east-1.amazonaws.com:9092,b-1.mskdatahub.asdasd.c9.kafka.us-east-1.amazonaws.com:9092>"
      schema_registry_url: "<http://prerequisites-cp-schema-registry:8081>"
    topic_routes:
      mcl: MetadataChangeLog_Versioned_v1
      pe: PlatformEvent_v1

## 3a. Optional: Filter to run on events (map)
# filter: 
#  event_type: <filtered-event-type>
#  event:
#    # Filter event fields by exact-match
#    <filtered-event-fields>

# 3b. Optional: Custom Transformers to run on events (array)
# transform:
#  - type: <transformer-type>
#    config: 
#      # Transformer-specific configs (map)

action:
  type: slack
  config:
    # Action-specific configs (map)
    base_url: "<http://datahub.dev.asdasd.xyz:9002>"
    bot_token: "asdasdasd"
    signing_secret: "asdasdasd"
    default_channel: "asdasdasd"
    suppress_system_activity: true

datahub:
  server: "<http://asdasdasd.us-east-1.elb.amazonaws.com:8080>"
My file looks like this. Anything wrong?
@bulky-electrician-72362 @incalculable-ocean-74010 @better-orange-49102 Any clue on this?
I guess I have messed up the schema_registry_url? Any clue where I can find it?
b
hey @glamorous-elephant-17130 if it's running on on kubernetes and installed with prerequisits.
kubectl get svc
should show you the the exact registry link. (Also make sure it's in the same namespace)