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 <[email protected]>
   
   ### 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:
[email protected]


With regards,
Apache Git Services

Reply via email to