Skip to content

Commit

Permalink
Merge pull request #593 from tomkonidas/patch-1
Browse files Browse the repository at this point in the history
Fix typo in brod_consumer documentation
  • Loading branch information
zmstone committed Jul 18, 2024
2 parents 74f8e5c + e150b65 commit 289e66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brod_consumer.erl
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ start_link(Bootstrap, Topic, Partition, Config) ->
%% a relatively small `max_bytes', then let it dynamically adjust
%% to a number around `PrefetchCount * AverageSize'</li>
%%
%% <li>`isolation_level': (optional, default = `read_commited')
%% <li>`isolation_level': (optional, default = `read_committed')
%%
%% Level to control what transaction records are exposed to the
%% consumer. Two values are allowed, `read_uncommitted' to retrieve
Expand Down

0 comments on commit 289e66a

Please sign in to comment.