Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pulsar/functions/serde.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"""
SerDe defines the interface for serialization/deserialization.

Everytime a message is read from pulsar topic, the serde is invoked to
Every time a message is read from pulsar topic, the serde is invoked to
serialize the bytes into an object before invoking the process method.
Anytime a python object needs to be written back to pulsar, it is
serialized into bytes before writing.
Expand Down
2 changes: 1 addition & 1 deletion tests/test-conf/standalone-ssl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
# Authentication plugin to use when connecting to bookies
bookkeeperClientAuthenticationPlugin=

# BookKeeper auth plugin implementatation specifics parameters name and values
# BookKeeper auth plugin implementation specifics parameters name and values
bookkeeperClientAuthenticationParametersName=
bookkeeperClientAuthenticationParameters=

Expand Down
2 changes: 1 addition & 1 deletion tests/test-conf/standalone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ acknowledgmentAtBatchIndexLevelEnabled=true
# Authentication plugin to use when connecting to bookies
bookkeeperClientAuthenticationPlugin=

# BookKeeper auth plugin implementatation specifics parameters name and values
# BookKeeper auth plugin implementation specifics parameters name and values
bookkeeperClientAuthenticationParametersName=
bookkeeperClientAuthenticationParameters=

Expand Down
Loading