dannycranmer commented on code in PR #668:
URL: https://github.com/apache/flink-web/pull/668#discussion_r1283072714


##########
docs/content/posts/2023-08-03-connector-updates.md:
##########
@@ -0,0 +1,68 @@
+---
+title: "DynamoDB, MongoDB and OpenSearch externalized connectors"
+date: "2023-08-03T12:00:00Z"
+authors:
+- elphastori: 
+  name: "Elphas Toringepi"
+  twitter: "elphastori"
+aliases:
+- /news/2023/08/03/externalized-connectors.html
+---
+
+## New connectors

Review Comment:
   Let's add a section to thank the contributors, like we do for Flink 
releases. We can run the git commands to pull the list of contributors for each 
connector. 
   ```
   git log --pretty="%an%n%cn" <fromCommit>..<toCommit> \| sort \| uniq \| tr 
"\n" "," \| sed 's/,/, /g'
   ```



##########
docs/content/posts/2023-08-03-connector-updates.md:
##########
@@ -0,0 +1,68 @@
+---
+title: "DynamoDB, MongoDB and OpenSearch externalized connectors"
+date: "2023-08-03T12:00:00Z"
+authors:
+- elphastori: 
+  name: "Elphas Toringepi"
+  twitter: "elphastori"
+aliases:
+- /news/2023/08/03/externalized-connectors.html
+---
+
+## New connectors

Review Comment:
   Let's add a section to thank the contributors, like we do for Flink 
releases. We can run the git commands to pull the list of contributors for each 
connector. 
   ```
   git log --pretty="%an%n%cn" <fromCommit>..<toCommit> \| sort \| uniq \| tr 
"\n" "," \| sed 's/,/, /g'
   ```



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to