Skip to content

j1cs/app-beam

Repository files navigation

Required

  • java
  • maven
  • docker

Run

make dev

Publish

curl --location 'http://localhost:8085/v1/projects/my-gcp-project/topics/legacy-topic:publish' \
--header 'Content-Type: application/json' \
--data '{
    "messages": [
        {
            "attributes": {
                "test": "test"
            },
            "data": "am9obg=="
        }
    ]
}'

Pull

curl --location 'http://localhost:8085/v1/projects/my-gcp-project/subscriptions/main-subscription:pull' \
--header 'Content-Type: application/json' \
--data '{
  "maxMessages": 100
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published