basis-company / nats.php

nats jetstream client for php
126 stars 30 forks source link

Allow manual acking #49

Closed ro0NL closed 10 months ago

ro0NL commented 10 months ago

cc @nekufa

fixed https://github.com/basis-company/nats.php/issues/27

i think this is the fastest route API-wise :angel:

nekufa commented 10 months ago

hi @ro0NL, thanks for contribution! Maybe it's better to use reply var name instead of ack on the client side? For consumer it looks good)

ro0NL commented 10 months ago

@nekufa all good

nekufa commented 10 months ago

@ro0NL thanks!