confluentinc / confluentinc/kafka-tutorials

Query not returning if auto.offset.reset = Latest, which is default

Open
#1,364 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
39
Forks
91
PR merge metrics
No merged PRs in 30d

Description

At https://developer.confluent.io/tutorials/credit-card-activity/confluent.html
auto.offset.reset = Latest which is the default, the query will be always loading > 15m

![Screenshot 2022-08-31 at 13 42 19](https://user-images.githubusercontent.com/111465454/187680869-dc85f161-ead1-4f91-823a-c47b2af26a32.png)

I tried to execute below:
/*
SET 'auto.offset.reset' = 'earliest';
select * from FD_POSSIBLE_STOLEN_CARD EMIT CHANGES LIMIT 1;
*/

It says "Unable to run queries and commands simultaneously."

Suggest to ensure auto.offset.reset = Earliest is configured in UI to make sure someone new has smooth experience.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.