This is an automated email from the ASF dual-hosted git repository. jlprat pushed a commit to branch MINOR-update-blog-38 in repository https://gitbox.apache.org/repos/asf/kafka-site.git
commit 0724436457b7daa8296e6d66fb4a8a57bd838e38 Author: Josep Prat <[email protected]> AuthorDate: Tue Jul 30 08:50:15 2024 +0200 Add KIP-477 to blog --- blog.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog.html b/blog.html index c5c13b05b..868757de4 100644 --- a/blog.html +++ b/blog.html @@ -110,6 +110,9 @@ <h3>Kafka Connect</h3> <ul> + <li><b><a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-477%3A+Add+PATCH+method+for+connector+config+in+Connect+REST+API">KIP-477: Add PATCH method for connector config in Connect REST API</a>: + </b><br>This KIP add the ability in Kafka Connect understand <code>PATCH</code> methods in the Connect REST API, allowing to provide partial updates for configuration. + </li> <li><b><a href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-1004%3A+Enforce+tasks.max+property+in+Kafka+Connect">KIP-1004: Enforce tasks.max property in Kafka Connect</a>: </b><br>This KIP changes Kafka Connect so it respects the value for the <code>tasks.max</code> property. Check the KIP description page for compatibility and migration plan. </li>
