KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
pubsub-backup
★ 26
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
docker-zeppelin
:
No description available.
Adafruit_MCP3008
:
MCP3008 8-Channel 10-Bit ADC
YHDownLoad
:
tableview中下载任务,多线程,并发,解决重用
jekyll-starter-kit
:
A simple framework for starting your own Jekyll project
monolog-factory
:
🏭 Configuration-based Monolog logger factory.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pubsub-backup
?
Download (.md)
This code sample has been updated for Apache Beam 2.3+ ``` java -jar build/libs/pubsub-backup-backup-1.0.jar \ --project=my-project \ --zone=europe-west1-d \ --streaming \ --stagingLocation=gs://my-bucket/tmp/beam/ \ --runner=DataflowRunner \ --workerMachineType=n1-standard-4 ``` ```json [ { "name": "topic", "type": "string", "mode": "required", "description": "Topic name where the message was published" }, { "name": "payload", "type": "bytes", "mode": "required", "description": "Message binary payload" }, { "name": "attributes", "type": "string", "mode": "nullable", "description": "Optional attributes of the message" }, { "name": "msg_id", "type": "string", "mode": "nullable", "description": "Id of the message" }, { "name": "msg_timestamp", "type": "timestamp", "mode": "required", "description": "Timestamp that the message was published" }, { "name": "process_timestamp", "type": "timestamp", "mode": "required", "description": "Timestamp that the backup entry was processed by the pipeline" }, { "name": "errors", "type": "string", "mode": "nullable", "description": "Errors encountered during processing" } ] ```