You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/16 23:26:46 UTC

[GitHub] [pulsar] chrislearn edited a comment on issue #4055: could not determine kind of name for C.pulsar_configure_set_negative_ack_redelivery_delay_ms

chrislearn edited a comment on issue #4055: could not determine kind of name for C.pulsar_configure_set_negative_ack_redelivery_delay_ms
URL: https://github.com/apache/pulsar/issues/4055#issuecomment-483879612
 
 
   @merlimat  I use latest libpulsar C++ library, 2.3.1
   I use go module to install go client, but when I try to use `go get github.com/apache/pulsar/pulsar-client-go@v2.3.1` to install v2.3.1, it will report error:
   `
   go get github.com/apache/pulsar/pulsar-client-go@v2.3.1: unknown revision pulsar-client-go/v2.3.1
   `
   So I use this command to install go client from master: 
   `
   go get github.com/apache/pulsar/pulsar-client-go
   `

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services