Github user jose-torres commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20703#discussion_r171648378
  
    --- Diff: docs/structured-streaming-kafka-integration.md ---
    @@ -376,6 +383,8 @@ The following configurations are optional:
     </tr>
     </table>
     
    +If you would like to disable the caching for Kafka consumers, you can set 
`spark.streaming.kafka.consumer.cache.enabled` to `false`. Disabling the cache 
may be needed to workaround the problem described in SPARK-19185. This property 
may be removed in later versions of Spark, once SPARK-19185 is resolved.
    --- End diff --
    
    I don't think we really need to indicate we're going to remove it later - 
the burden of keeping it around is low, and I don't expect we'd ever get around 
to removing it anyway.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to