Github user anandsubbu commented on the issue:
https://github.com/apache/metron/pull/1207
One thing I am not sure is, whether the topology name i.e.
`metron_pcap_topology` should be fetched from the config or should be hard
coded to 'pcap'. I see that for the enrichment, profiler, indexing etc., we
have hardcoded the topology name and fetch the kafka topic from config. See
[here](https://github.com/apache/metron/blob/master/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/params_linux.py#L329)
for example. I would like opinions on whether we should follow the same
convention here or should we fetch it from Ambari config.
---