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