File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
"""
40
40
SerDe defines the interface for serialization/deserialization.
41
41
42
- Everytime a message is read from pulsar topic, the serde is invoked to
42
+ Every time a message is read from pulsar topic, the serde is invoked to
43
43
serialize the bytes into an object before invoking the process method.
44
44
Anytime a python object needs to be written back to pulsar, it is
45
45
serialized into bytes before writing.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
121
121
# Authentication plugin to use when connecting to bookies
122
122
bookkeeperClientAuthenticationPlugin=
123
123
124
- # BookKeeper auth plugin implementatation specifics parameters name and values
124
+ # BookKeeper auth plugin implementation specifics parameters name and values
125
125
bookkeeperClientAuthenticationParametersName=
126
126
bookkeeperClientAuthenticationParameters=
127
127
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
109
109
# Authentication plugin to use when connecting to bookies
110
110
bookkeeperClientAuthenticationPlugin=
111
111
112
- # BookKeeper auth plugin implementatation specifics parameters name and values
112
+ # BookKeeper auth plugin implementation specifics parameters name and values
113
113
bookkeeperClientAuthenticationParametersName=
114
114
bookkeeperClientAuthenticationParameters=
115
115
You can’t perform that action at this time.
0 commit comments