This message was deleted.
# troubleshooting
s
This message was deleted.
a
yes! With composing emitter, you could have multiple emitters:
Copy code
druid.emitter=composing
druid.emitter.composing.emitters=["http","graphite"]
druid.emitter.http.recipientBaseUrl=<http://foo:1234/druid>
druid.emitter.graphite.hostname=bar
...
also, if you want to demux event feeds and send them to separate emitter modules, you could try switching emitter
m
Ah forgot about that 🤦‍♂️
Thanks!