Skip to content

Commit

Permalink
fix(webserver): fix offset that is long
Browse files Browse the repository at this point in the history
close #726
  • Loading branch information
tchiotludo committed Jun 3, 2021
1 parent d0620e6 commit 0d3856d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/akhq/controllers/TopicController.java
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public ResultNextList<Record> record(
String cluster,
String topicName,
Integer partition,
Integer offset
Long offset
) throws ExecutionException, InterruptedException {
Topic topic = this.topicRepository.findByName(cluster, topicName);

Expand Down

0 comments on commit 0d3856d

Please sign in to comment.