Hi, can I customize the topic name `DataHubUsageE...
# getting-started
s
Hi, can I customize the topic name
DataHubUsageEvent_v1
? Was able to modified other topic names but failed to change it even w/
DATAHUB_USAGE_EVENT_NAME
env variable. Seems ``DataHubUsageEvent_v1` is automatically created when user activities occur.
Copy code
DataHubUsageEvent_v1
catalog-datahub-fmce
catalog-datahub-mae
catalog-datahub-mce
catalog-datahub-usage # created by kafka-setup w/ `DATAHUB_USAGE_EVENT_NAME` ENV
__consumer_offsets
_schemas
e
Hey are you using helm?
kafka-setup-job uses
Copy code
DATAHUB_USAGE_EVENT_NAME
variable
datahub-frontend uses DATAHUB_TRACKING_TOPIC
gms/mae-consumer uses DATAHUB_USAGE_EVENT_NAME
s
Thanks dexter.lee! I installed datahub components using helm as you mentioned. Will test it those env variables.
I was able to modify the topic name for usage event by adjusting this chart value. • https://github.com/acryldata/datahub-helm/blob/daab72fb7d73d1d14d37413ceacf2683bac[…]ts/datahub/subcharts/datahub-frontend/templates/deployment.yaml
Copy code
global.kafka.topics.datahub_usage_event_name
Thanks!