Skip to content

Commit 07d7b19

Browse files
authored
Update README.adoc
1 parent 30509a6 commit 07d7b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ producer.produce(msg);
144144

145145
To consume messages, simply call `consume` on you consumer group, passing in your consumer name:
146146

147-
```
147+
```java
148148
TopicEntry entry = consumerGroup.consume("my-consumer");
149149
```
150150

0 commit comments

Comments
 (0)