From e150b6566de820333036438f38f905e03b1d62a6 Mon Sep 17 00:00:00 2001 From: Tom Konidas Date: Wed, 17 Jul 2024 15:41:58 -0400 Subject: [PATCH] Fix typo in brod_consumer documentation --- src/brod_consumer.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/brod_consumer.erl b/src/brod_consumer.erl index a4c39d5c..b84e001f 100644 --- a/src/brod_consumer.erl +++ b/src/brod_consumer.erl @@ -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' %% -%%
  • `isolation_level': (optional, default = `read_commited') +%%
  • `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