Github user abhishekagarwal87 commented on the issue:
https://github.com/apache/storm/pull/1386
@harshach do you mean to suggest something like following
```
<properties>
<!-- used by old kafka client -->
<storm.kafka.version>0.8.2.1</storm.kafka.version>
<storm.kafka.artifact.id>kafka_2.10</storm.kafka.artifact.id>
<!-- used by new kafka client -->
<storm.kafka.client.version>0.9.0.1</storm.kafka.client.version>
<storm.kafka.client.artifact.id>kafka_2.11</storm.kafka.client.artifact.id>
</properties>
```
I am fine with this approach. what is the naming convention to be followed?
(storm.kafka and storm.kafka.client is a bit confusing)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---