Xingxing Di created SPARK-21168: ----------------------------------- Summary: KafkaRDD should always set kafka clientId. Key: SPARK-21168 URL: https://issues.apache.org/jira/browse/SPARK-21168 Project: Spark Issue Type: Bug Components: Structured Streaming Affects Versions: 2.0.2 Reporter: Xingxing Di Priority: Trivial
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。 -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org