Data in the topics are getting lost #4931
shreyasarani23
started this conversation in
General
Replies: 1 comment 5 replies
-
You configured retention to 2 hours ( |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I have a created a topic on friday i.e [7-05-2021] and was able to consume the messages from topics. And today i.e [10-05-2021] when I try to consume messages it doesn't show me any records. Following is the configuration of my topic.
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaTopic
metadata:
name: new-topic
labels:
strimzi.io/cluster: my-kafka-cluster
spec:
partitions: 3
replicas: 3
config:
min.insync.replicas: 2
retention.ms: 7200000
segment.bytes: 1073741824
following is the kafka broker configuration
config:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.7"
auto.leader.rebalance.enable: true
delete.topic.enable: true
Please tell me if I have to specify any extra configurations.
Beta Was this translation helpful? Give feedback.
All reactions