You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "dannycranmer (via GitHub)" <gi...@apache.org> on 2023/04/03 10:28:47 UTC

[GitHub] [flink] dannycranmer opened a new pull request, #22329: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into the Flink website (1.16)

dannycranmer opened a new pull request, #22329:
URL: https://github.com/apache/flink/pull/22329

   …to Flink website
   
   ## What is the purpose of the change
   
   Update Flink docs to include MongoDB connector for table/datastream/SQL.
   
   ## Brief change log
   
   - MongoDB Datastream and Table connector docs added
   - Updated SQL download table
   - Updated README to pull latest docker image
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   Run locally and viewed the web build in the browser.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] dannycranmer commented on a diff in pull request #22329: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into the Flink website (1.16)

Posted by "dannycranmer (via GitHub)" <gi...@apache.org>.
dannycranmer commented on code in PR #22329:
URL: https://github.com/apache/flink/pull/22329#discussion_r1155792285


##########
docs/setup_docs.sh:
##########
@@ -44,6 +44,7 @@ cd tmp
 integrate_connector_docs elasticsearch v3.0.0
 integrate_connector_docs aws v4.0
 integrate_connector_docs opensearch v1.0.0
+integrate_connector_docs mongodb v1.0.0-docs

Review Comment:
   There was a build failure on the v1.0.0 due to missing license header. I have created this branch for docs and fixed the issue.



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] flinkbot commented on pull request #22329: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into the Flink website (1.16)

Posted by "flinkbot (via GitHub)" <gi...@apache.org>.
flinkbot commented on PR #22329:
URL: https://github.com/apache/flink/pull/22329#issuecomment-1494078903

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "14966b9d8712da6c9724dad524855107356e4584",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "14966b9d8712da6c9724dad524855107356e4584",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 14966b9d8712da6c9724dad524855107356e4584 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] dannycranmer merged pull request #22329: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into the Flink website (1.16)

Posted by "dannycranmer (via GitHub)" <gi...@apache.org>.
dannycranmer merged PR #22329:
URL: https://github.com/apache/flink/pull/22329


-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink] z3d1k commented on a diff in pull request #22329: [FLINK-31692][Connectors/MongoDB] Integrate MongoDB connector docs into the Flink website (1.16)

Posted by "z3d1k (via GitHub)" <gi...@apache.org>.
z3d1k commented on code in PR #22329:
URL: https://github.com/apache/flink/pull/22329#discussion_r1155784586


##########
docs/setup_docs.sh:
##########
@@ -44,6 +44,7 @@ cd tmp
 integrate_connector_docs elasticsearch v3.0.0
 integrate_connector_docs aws v4.0
 integrate_connector_docs opensearch v1.0.0
+integrate_connector_docs mongodb v1.0.0-docs

Review Comment:
   Is this branch specifically for docs? Why not v1.0.0 as in other connectors?



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org