HeartSaVioR commented on a change in pull request #31089:
URL: https://github.com/apache/spark/pull/31089#discussion_r554274944



##########
File path: docs/structured-streaming-kafka-integration.md
##########
@@ -878,7 +878,13 @@ group id, however, please read warnings for this option 
and use it with caution.
  where to start instead. Structured Streaming manages which offsets are 
consumed internally, rather
  than rely on the kafka Consumer to do it. This will ensure that no data is 
missed when new
  topics/partitions are dynamically subscribed. Note that `startingOffsets` 
only applies when a new
- streaming query is started, and that resuming will always pick up from where 
the query left off.
+ streaming query is started, and that resuming will always pick up from where 
the query left off. Note
+ that when the offsets consumed by a streaming application are not in Kafka 
(e.g., topics are deleted,

Review comment:
       I feel more natural to say "no longer exist in" instead of "are not in", 
but as I'm not a native speaker, please treat this as a grain of salt.




----------------------------------------------------------------
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]

Reply via email to