KhaninArtur commented on a change in pull request #13365: URL: https://github.com/apache/beam/pull/13365#discussion_r558461541
########## File path: website/www/site/content/en/blog/kafka-to-pubsub-template.md ########## @@ -0,0 +1,69 @@ +--- +layout: post +title: "Template to ingest data from Apache Kafka to Google Cloud Pub/Sub" +date: 2020-10-28 00:00:01 -0800 +categories: + - blog + - java +authors: + - Ilya Kozyrev + - Artur Khanin + - Alex Kosolapov +--- +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +In this blog post we present an example template that creates a pipeline +to read data from a single or multiple topics from +[Apache Kafka](https://kafka.apache.org/) and write data into a topic +in [Google Pub/Sub](https://cloud.google.com/pubsub). +The template provides code examples to +implement simple yet powerful pipelines and also provides an out-of-the-box solution +that you can just _"plug'n'play"_. + +We hope you will find this template useful for setting up data pipelines between Kafka and Pub/Sub. + +# Template specs + +Supported data formats: +- Serializable plaintext formats, such as JSON Review comment: Changed to "plain text" ########## File path: website/www/site/content/en/blog/kafka-to-pubsub-template.md ########## @@ -0,0 +1,69 @@ +--- +layout: post +title: "Template to ingest data from Apache Kafka to Google Cloud Pub/Sub" +date: 2020-10-28 00:00:01 -0800 +categories: + - blog + - java +authors: + - Ilya Kozyrev + - Artur Khanin + - Alex Kosolapov +--- +<!-- +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +In this blog post we present an example template that creates a pipeline +to read data from a single or multiple topics from Review comment: Added ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
