dashbitco / broadway_cloud_pub_sub

A Broadway producer for Google Cloud Pub/Sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.6.1 breaks acknowledging messages

michaelst opened this issue · comments

The expected payload should look like this

{
    "ackIds": [
        "projects/genesis-block-testing/subscriptions/test-subscription:72"
    ]
}

but with the upgrade it is sending the ids as maps

{
    "ackIds": [
        {
            "ack_id": "projects/genesis-block-testing/subscriptions/test-subscription:72"
        }
    ]
}

Thank you for the report @michaelst! This should be fixed shortly.

@michaelst v0.6.2 has been published to hex.pm. Thank you once again for the report ❤️