[GitHub] [pulsar] sijie commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message

2019-08-22 Thread GitBox
sijie commented on issue #5006: AvroSchema in pulsar function producer doesn't 
output correct message
URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524181934
 
 
   @KannarFr what is the version of your client?


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


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message

2019-08-22 Thread GitBox
sijie commented on issue #5006: AvroSchema in pulsar function producer doesn't 
output correct message
URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524122209
 
 
   @KannarFr the consumer will reading the schema of the version associated 
with the message it received. so it seems that the consumer stucks at reading 
the schema info. 
   
   - what version of broker and client?
   - any error logs at the broker side?
   - any error logs at the client side?
   - can you get a jstack of your test application?


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


With regards,
Apache Git Services


[GitHub] [pulsar] sijie commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message

2019-08-22 Thread GitBox
sijie commented on issue #5006: AvroSchema in pulsar function producer doesn't 
output correct message
URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524013165
 
 
   @KannarFr 
   
   I would suggest you using the java client to consume the AVRO messages to 
verify if java client can consume the AVRO messages produced by the function 
context. This would help you understand if the issue is from pulsar4s. If the 
problem only exists in pulsar4s, you should consult the pulsar4s author for the 
fix. 


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


With regards,
Apache Git Services