This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
from 55f0c7c [improve][ci] try to fix bot workflow (#910)
add fc4f289 [feat][schema] Support the schema type ProtoNativeSchema
(#1006)
No new revisions were added by this update.
Summary of changes:
go.mod | 2 +-
go.sum | 2 +
integration-tests/pb/build.sh | 7 +-
integration-tests/pb/hello.pb.go | 142 +++++++++++++++++++++----
integration-tests/pb/hello.proto | 12 ++-
integration-tests/pb/{hello.pb.go => hi.pb.go} | 104 +++++++++---------
integration-tests/pb/hi.proto | 9 ++
pulsar/schema.go | 84 +++++++++++++++
pulsar/schema_test.go | 65 ++++++++++-
9 files changed, 353 insertions(+), 74 deletions(-)
copy integration-tests/pb/{hello.pb.go => hi.pb.go} (51%)
create mode 100644 integration-tests/pb/hi.proto