package/class conflict - consider renaming
Hi, please see: https://github.com/airbnb/kafka-statsd-metrics2/issues/13#issuecomment-287769919
java-dogstatsd-client was once forked from https://github.com/tim-group/java-statsd-client, however, folks who import both into their projects might run into bizarre runtime errors because the package/classnames are the same. You might consider renaming the package in this project to com.datadog...
/cc @irabinovitch
Thanks @ovesh, since we cut the fork I guess we should rename the package, thoughts?
no objections ; I just wanted to show that this has been brought up before (albeit in different circumstances)