This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new cda2827acbe [fix][fn] Revert change to deprecation since it broke the
master branch (#19904)
cda2827acbe is described below
commit cda2827acbe62ba6c5a4dd98dbee7c9a82548339
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Mar 27 12:32:54 2023 +0100
[fix][fn] Revert change to deprecation since it broke the master branch
(#19904)
---
pulsar-function-go/pb/Function.pb.go | 1 -
1 file changed, 1 deletion(-)
diff --git a/pulsar-function-go/pb/Function.pb.go
b/pulsar-function-go/pb/Function.pb.go
index bad1afe6658..3e4d49ab990 100644
--- a/pulsar-function-go/pb/Function.pb.go
+++ b/pulsar-function-go/pb/Function.pb.go
@@ -579,7 +579,6 @@ type FunctionDetails struct {
Runtime FunctionDetails_Runtime
`protobuf:"varint,8,opt,name=runtime,proto3,enum=proto.FunctionDetails_Runtime"
json:"runtime,omitempty"`
// Deprecated since, see https://github.com/apache/pulsar/issues/15560
//
- // Deprecated: Do not use.
AutoAck bool
`protobuf:"varint,9,opt,name=autoAck,proto3" json:"autoAck,omitempty"`
Parallelism int32
`protobuf:"varint,10,opt,name=parallelism,proto3" json:"parallelism,omitempty"`
Source *SourceSpec
`protobuf:"bytes,11,opt,name=source,proto3" json:"source,omitempty"`