We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
We are seeing that more messages are being reported in the topics list view:
/ui/clusters/local/all-topics?perPage=25
but not in the specific topic messages view, which is accurate:
/ui/clusters/local/all-topics/our-topic-name/messages?keySerde=String&valueSerde=SchemaRegistry&limit=100
We are expecting the number of messages reported in the "all-topics" view to reflect accurately the number of messages seen on each topic.
Docker compose project:
CONFLUENT_CONTAINER_ZOOKEEPER_VERSION=7.2.1 CONFLUENT_CONTAINER_KAFKA_VERSION=7.2.1 CONFLUENT_CONTAINER_SCHEMA_REGISTRY_VERSION=7.2.1 KAFKA_UI_CONTAINER_VERSION=latest FLINK_VERSION=1.17.1 KAFKA_VERSION=3.2.3 JAVA_VERSION=11
flink-connector-kafka same as flink version above
Produce messages to a topic in Kafka using the Java flink-connector-kafka
No response
The text was updated successfully, but these errors were encountered:
Hello there abryant710! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
Sorry, something went wrong.
No branches or pull requests
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
We are seeing that more messages are being reported in the topics list view:
/ui/clusters/local/all-topics?perPage=25
but not in the specific topic messages view, which is accurate:
/ui/clusters/local/all-topics/our-topic-name/messages?keySerde=String&valueSerde=SchemaRegistry&limit=100
Expected behavior
We are expecting the number of messages reported in the "all-topics" view to reflect accurately the number of messages seen on each topic.
Your installation details
Docker compose project:
CONFLUENT_CONTAINER_ZOOKEEPER_VERSION=7.2.1
CONFLUENT_CONTAINER_KAFKA_VERSION=7.2.1
CONFLUENT_CONTAINER_SCHEMA_REGISTRY_VERSION=7.2.1
KAFKA_UI_CONTAINER_VERSION=latest
FLINK_VERSION=1.17.1
KAFKA_VERSION=3.2.3
JAVA_VERSION=11
flink-connector-kafka same as flink version above
Steps to reproduce
Produce messages to a topic in Kafka using the Java flink-connector-kafka
Screenshots
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: