Description
I found KafkaRDD not set kafka client.id in "fetchBatch" method (FetchRequestBuilder will set clientId to empty by default), normally this will affect nothing, but in our case ,we use clientId at kafka server side, so we have to rebuild spark-streaming-kafka。