HeartSaVioR commented on a change in pull request #29729:
URL: https://github.com/apache/spark/pull/29729#discussion_r532905857
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
##########
@@ -1415,6 +1415,15 @@ object SQLConf {
.booleanConf
.createWithDefault(true)
+ val USE_DEPRECATED_KAFKA_OFFSET_FETCHING =
+ buildConf("spark.sql.streaming.kafka.useDeprecatedOffsetFetching")
+ .internal()
+ .doc("When true, the deprecated Consumer based offset fetching used
which could cause " +
Review comment:
As we only describe the details in migration doc which is not something
end users always read as a guide doc or manual doc, we'd be better to write
explanation either here or sql+kafka integration doc.
(IMO it worths to add the comparison in the integration doc, and let here
refer the doc.)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]