Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
StreamingCS opened this issue Aug 31, 2022 · 0 comments
Open

Comments

@StreamingCS
Copy link

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant