gaborgsomogyi commented on a change in pull request #27989: 
[SPARK-31228][DSTREAMS] Add version information to the configuration of Kafka
URL: https://github.com/apache/spark/pull/27989#discussion_r397807226
 
 

 ##########
 File path: docs/structured-streaming-kafka-integration.md
 ##########
 @@ -525,28 +525,32 @@ The caching key is built up from the following 
information:
 The following properties are available to configure the consumer pool:
 
 <table class="table">
-<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
+<tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since 
Version</th></tr>
 <tr>
   <td>spark.kafka.consumer.cache.capacity</td>
   <td>The maximum number of consumers cached. Please note that it's a soft 
limit.</td>
   <td>64</td>
+  <td>3.0.0</td>
 </tr>
 <tr>
   <td>spark.kafka.consumer.cache.timeout</td>
   <td>The minimum amount of time a consumer may sit idle in the pool before it 
is eligible for eviction by the evictor.</td>
   <td>5m (5 minutes)</td>
+  <td>3.0.0</td>
 
 Review comment:
   Hmm, here I can't see the `.version(...)` in the code area but when I've 
checked out the PR it's there. The PR is fine just wanted to mention this...

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to