Skip to content

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

@StreamingCS

Description

@StreamingCS

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions