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/12/05 09:07:00 UTC

[GitHub] [pulsar] Sunkwan-Kwon opened a new issue #5799: Using the latest release version of pulsar-client-go module from pulsar-function-go

Sunkwan-Kwon opened a new issue #5799: Using the latest release version of pulsar-client-go module from pulsar-function-go
URL: https://github.com/apache/pulsar/issues/5799
 
 
   **Describe the bug**
   
   Is it possible to use the latest released version of `pulsar-client-go` module from `pulsar-function-go`?
   
   The current version of `pulsar-function-go` uses `v0.0.0-20190320194916-f03971cb5b4f` of `pulsar-client-go` module like below.
   https://github.com/apache/pulsar/blob/180e28aceb39d1683df034c8c2234595d23ab935/pulsar-function-go/go.mod#L4
   
   Actually, I faced a worker process hanging issue during a long-running test, but It seems that the related patch already has been merged to `pulsar-client-go`. (https://github.com/apache/pulsar/issues/5324)
   
   To avoid the hanging issue, I've manually modified the downloaded `pulsar-client-go` file under the local go module path by following the patch(https://github.com/apache/pulsar/pull/5336)  and the problem has been resolved. But it is just a workaround.
   
   So that I suggest using the latest release version of `pulsar-client-go` module from `pulsar-function-go` to apply recently applied patch set.
   
   It will be great if you can consider my suggestion.
   
   **To Reproduce**
   N/A
   
   **Expected behavior**
   N/A
   
   **Screenshots**
   N/A
   
   **Desktop (please complete the following information):**
   N/A
   
   **Additional context**
   N/A

----------------------------------------------------------------
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