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

2019-08-26 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524795633 @congbobo184 Ok, but this occurs on java client. For the pulsar4s-avro, the issue was on data vs binary

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524499939 @congbobo184 > the exception seem to that client didn't send the schema version to broker The

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524499665 Ok, so I removed the previous message because they finally were incorrects. So, v2.4.0 or v2.5.0 standalone

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524496742 Will update brokers and bookies to v2.5.0-SNAPSHOT.

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524495287 And the initial issue too. @jerrypeng so the bookies version has to be the same of brokers for the

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524494929 It worked. This is an automated message from

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524494446 I tested with v2.5.0-SNAPSHOT standalone. Will rollback brokers to v2.4.0 and test.

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524351044 I tested it on v2.4.0 pulsar standalone and no issue. It's to be an issue v2.5.0-SNAPSHOT brokers with v.2.4.0

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524312368 When I curl to .../schemas I got the schemas list, there is one schema with version `0`, it's not a problem?

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

2019-08-23 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524262430 Yes V2.4.0. This is an automated message from

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

2019-08-22 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524127712 Oh just remember about the version brokers v2.5.0-SNAPSHOT from monday (to handle the fix on schema deletion).

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

2019-08-22 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-524120067 @sijie @jerrypeng When I run this: ``` public static void main(String[] args) { try {

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

2019-08-22 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-523993340 @jerrypeng > @KannarFr what is pulsar4s-avro? Is this a library? It's a pulsar4s sub part to

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

2019-08-22 Thread GitBox
KannarFr commented on issue #5006: AvroSchema in pulsar function producer doesn't output correct message URL: https://github.com/apache/pulsar/issues/5006#issuecomment-523951631 @congbobo184 I saw you worked on related things, do you have ideas about this issue?