<https://github.com/datahub-project/datahub/pull/5...
# contribute-code
k
https://github.com/datahub-project/datahub/pull/5665 Hello I have this PR. I made it because on datahub deployment we're allowed to overwrite kafka topics but this emitter does not allow
m
Thanks @kind-whale-32412 we'll take a look shortly!
@kind-whale-32412 doesn't it make sense for this topic name to be configurable thru the emitter config directly?
Instead of having to depend on a static variable
k
yes it does; we can pass it through constructor.
I just didn't change because I didn't want to break in case people relied on the static variable (it's a public field, if we remove it, it might break someone else's code)