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/06/25 08:14:07 UTC

[GitHub] [pulsar] wolfstudy opened a new pull request #4594: [cpp client] fix set_schema_info logic

wolfstudy opened a new pull request #4594: [cpp client] fix set_schema_info logic
URL: https://github.com/apache/pulsar/pull/4594
 
 
   Signed-off-by: xiaolong.ran <ra...@gmail.com>
   
   ### Motivation
   
   When we are verifying DEB and RPM, executing `go build .` fails with the following error:
   
   ```
   [root@0a71d4a4fdfe consumer]# go build .
   # github.com/apache/pulsar/pulsar-client-go/pulsar
   /tmp/go-build921222889/b049/_x003.o: In function `_cgo_cf55d0d7869c_Cfunc_pulsar_consumer_configuration_set_schema_info':
   /tmp/go-build/cgo-gcc-prolog:292: undefined reference to `pulsar_consumer_configuration_set_schema_info'
   collect2: error: ld returned 1 exit status
   ```
   
   The problem is that the `pulsar_consumer_configuration_set_schema_info` function is not public, and the function is not found in the built rpm or deb package. The pull request will fix it.

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