zsxwing commented on a change in pull request #23301: [SPARK-26350][SS]Allow to override group id of the Kafka consumer URL: https://github.com/apache/spark/pull/23301#discussion_r241603813
########## File path: docs/structured-streaming-kafka-integration.md ########## @@ -379,7 +379,25 @@ The following configurations are optional: <td>string</td> <td>spark-kafka-source</td> <td>streaming and batch</td> - <td>Prefix of consumer group identifiers (`group.id`) that are generated by structured streaming queries</td> + <td>Prefix of consumer group identifiers (`group.id`) that are generated by structured streaming + queries. If "kafka.group.id" is set, this option will be ignored. </td> Review comment: > nit: Given that other option is wrapped with `, might better to follow same rule for consistency. We don't have such rule. See the doc of `failOnDataLoss` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
