This is an automated email from the ASF dual-hosted git repository.
rxl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 3147e9e [Issue 8130] Refine BookKeeper metadata service uri when init
metadata (#8269)
add 7462324 [component/functions|component/go] Add access to the current
message from the function context (#8290)
No new revisions were added by this update.
Summary of changes:
.../examples/contextFunc/contextFunc.go | 1 +
pulsar-function-go/go.sum | 60 +++++++++++-----
pulsar-function-go/pf/context.go | 14 ++++
pulsar-function-go/pf/context_test.go | 13 ++++
pulsar-function-go/pf/instance.go | 3 +
pulsar-function-go/pf/instance_test.go | 23 ++++++
pulsar-function-go/pf/mockMessage_test.go | 82 ++++++++++++++++++++++
site2/docs/functions-develop.md | 8 +++
8 files changed, 185 insertions(+), 19 deletions(-)
create mode 100644 pulsar-function-go/pf/mockMessage_test.go