-
Notifications
You must be signed in to change notification settings - Fork 68
Use Schema.JSON instead of Schema.BYTES as default schema #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
spring-pulsar/src/test/java/org/springframework/pulsar/core/DefaultSchemaResolverTests.java
Outdated
Show resolved
Hide resolved
spring-pulsar/src/test/java/org/springframework/pulsar/core/PulsarTemplateTests.java
Show resolved
Hide resolved
spring-pulsar/src/test/java/org/springframework/pulsar/core/DefaultSchemaResolverTests.java
Show resolved
Hide resolved
spring-pulsar/src/main/java/org/springframework/pulsar/core/DefaultSchemaResolver.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
57da4c1
to
b809df5
Compare
6e759db
to
999c03a
Compare
spring-pulsar/src/main/java/org/springframework/pulsar/core/DefaultSchemaResolver.java
Outdated
Show resolved
Hide resolved
spring-pulsar/src/main/java/org/springframework/pulsar/core/DefaultSchemaResolver.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cbornet - thx for the updates. looks good. I couple of minor comments to address.
Added some |
Fix #323