Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
corcoja committed Mar 2, 2022
1 parent 6ec8685 commit c204ae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private void startConsumerSubscription(Connection connection) {

if (consumerInfo == null) {
throw new ConsumerNotFoundException("Consumer could not be found! Consider enabling "
+ "`automaticallyCreateConsumer` in `TinCanConfiguration`");
+ "`automaticallyCreateConsumer` in `PubSubConfiguration`");
}

// Based on the consumer type, start the appropriate subscription
Expand Down

0 comments on commit c204ae7

Please sign in to comment.