File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939"""
4040SerDe defines the interface for serialization/deserialization.
4141
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
4343serialize the bytes into an object before invoking the process method.
4444Anytime a python object needs to be written back to pulsar, it is
4545serialized into bytes before writing.
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
121121# Authentication plugin to use when connecting to bookies
122122bookkeeperClientAuthenticationPlugin=
123123
124- # BookKeeper auth plugin implementatation specifics parameters name and values
124+ # BookKeeper auth plugin implementation specifics parameters name and values
125125bookkeeperClientAuthenticationParametersName=
126126bookkeeperClientAuthenticationParameters=
127127
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
109109# Authentication plugin to use when connecting to bookies
110110bookkeeperClientAuthenticationPlugin=
111111
112- # BookKeeper auth plugin implementatation specifics parameters name and values
112+ # BookKeeper auth plugin implementation specifics parameters name and values
113113bookkeeperClientAuthenticationParametersName=
114114bookkeeperClientAuthenticationParameters=
115115
You can’t perform that action at this time.
0 commit comments