2019-03-10 21:53:40 UTC - Eugene Mitskevich: @Eugene Mitskevich has joined the channel ---- 2019-03-11 02:02:20 UTC - Yuto Furuta: @Yuto Furuta has joined the channel ---- 2019-03-11 07:01:48 UTC - lan: @lan has joined the channel ---- 2019-03-11 07:04:43 UTC - lan: hello guys. i try to run pulsar client for go, but i got some error
In file included from C:\Users\yunhorn\go\src\<http://github.com|github.com>\apache\pulsar\pulsar-client-go\pulsar\c_client.go:24 : ./c_go_pulsar.h:22:10: fatal error: pulsar/c/client.h: No such file or directory #include <pulsar/c/client.h> ^~~~~~~~~~~~~~~~~~~ compilation terminated. any help? thank you !!! ---- 2019-03-11 07:08:45 UTC - jia zhai: @lan currently go client is a wrapper for CPP, so it first need the .so build from cpp client. But currently, it is not supported. ---- 2019-03-11 07:10:07 UTC - jia zhai: @lan linux and mac is supported well. but windows is lack supporting. ---- 2019-03-11 07:12:14 UTC - lan: @jia zhai I'll try it on a MAC later ,thank you for your help! ---- 2019-03-11 07:17:36 UTC - jia zhai: @lan welcome ---- 2019-03-11 08:19:06 UTC - bhagesharora: Hello everyone, I am trying to create source which is the the type of data-generator. see below root@69ae28de5a92:/pulsar# ./bin/pulsar-admin source create --tenant test-tenant --namespace test-namespace --name generator --destinationTopicName generator_test --source-type data-generator Invalid source type 'data-generator' -- Available sources are: [] But it's giving some issue, can you please explain me what would be the reason, or Something else I need to follow ? ---- 2019-03-11 08:29:43 UTC - jia zhai: @bhagesharora `--source-type` should be a source connector name. ---- 2019-03-11 08:30:32 UTC - jia zhai: <http://pulsar.apache.org/docs/en/io-overview/> ---- 2019-03-11 08:30:45 UTC - jia zhai: <http://pulsar.apache.org/docs/en/io-quickstart/> ---- 2019-03-11 08:31:02 UTC - jia zhai: @bhagesharora This is the start point for pulsar io ---- 2019-03-11 08:41:00 UTC - bhagesharora: @jia zhai yeah I am following same, I have not pull image for pulsar-all.2.3.0, so builtin connectors are not coming. Now I have done in proper way but using same command SocketTimeoutException is coming. see below root@f912687c8232:/pulsar# ./bin/pulsar-admin source create --tenant test-tenant --namespace test-namespace --name generator --destinationTopicName generator_test --source-type data-generator null Reason: javax.ws.rs.ProcessingException: java.net.SocketTimeoutException: Read timed out ---- 2019-03-11 09:09:34 UTC - jia zhai: Is the broker started? ---- 2019-03-11 09:09:45 UTC - jia zhai: <http://pulsar.apache.org/docs/en/io-quickstart/#start-pulsar-service> ----
