This is an automated email from the ASF dual-hosted git repository.
jlprat pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 779026be5 Add KIP-477 to blog (#617)
779026be5 is described below
commit 779026be5c86787f6e4a872dace14c34de03bcd8
Author: Josep Prat <[email protected]>
AuthorDate: Tue Jul 30 13:28:43 2024 +0200
Add KIP-477 to blog (#617)
* Add KIP-477 to blog
* Apply suggestions
Co-authored-by: Igor Soarez <[email protected]>
Reviewers: Igor Soarez <[email protected]>
---
blog.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/blog.html b/blog.html
index c5c13b05b..85ba1f8ab 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 adds the ability in Kafka Connect to
understand <code>PATCH</code> methods in the Connect REST API, allowing partial
configuration updates.
+ </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>