Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/719#issuecomment-105914769
I'm not so sure about the module names.
The parent is called.
`flink-streaming-connectors-parent`
The modules itself are called:
```diff
+ <modules>
+ <module>flink-flume-connector</module>
+ <module>flink-kafka-connector</module>
+ <module>flink-rabbitmq-connector</module>
+ <module>flink-twitter-connector</module>
+ </modules>
```
It would be more logical to call them:
`flink-streaming-connectors-flume`, `flink-streaming-connectors-kafka`.
Including `streaming` into the name would make it clear that these
connectors are not usable with the batch system.
For `kafka` we might want to provide a batch source at some point (we do
already through the kafka hadoop input format).
I think I'm slightly in favor of calling them
`flink-streaming-connectors-flume`.
Any other opinions?
---
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.
---