Closed matt-kwong closed 8 months ago
maybe out of scope for this PR but do we have an example pipeline we can add here?
I added an example pipeline under flink-connector/flink-examples-gcp-pubsub/
. I haven't referenced it in the docs, following the precedence of other connectors' docs.
maybe out of scope for this PR but do we have an example pipeline we can add here?
I added an example pipeline under
flink-connector/flink-examples-gcp-pubsub/
. I haven't referenced it in the docs, following the precedence of other connectors' docs.
let's reference it. I think it'd be helpful to have here (no sense hiding it)
let's reference it. I think it'd be helpful to have here (no sense hiding it)
Added.
I also added documentation for the sink and integration testing. The remaining TODO will be addressed in a future PR.
This PR documents how
PubSubSink
works inflink-connector/docs/content/docs/connectors/datastream/pubsub.md
, loosely following the documentation structure used by similar Flink connectors. Feel free to suggest changes to the structure.