Kafka Remanere
Kafka Remanere
Kafka Remanere
called___
Offset
Kafka is run as a cluster comprised of one or more servers each of which is called____
Broker
Each Kafka partition has one server which acts as the ____
Leaders
Topics
The Kafka cluster does not retain all the published messages
This parameter allows you to set whether compression should be turned on for particular topics.
compressed.topics
instead of waiting for the broker to respond to a commit, just request. It’ll be sent and continue on
append only
Kafka uses key-value pairs in the __________ file format for configura :ion.
Property
Which of the following property can be used to change the time interval in Consumer commit in
Kafka?
In Kafka, the messages with the same key will go to the same ___________
Partition
commit
The time at which the event arrived and stored to the Kafka broker is known as
The main function of_____ is to validate and direct the destination partition of the message
Partitioning key
Communication between the clients and the servers is done with a simple, high-performance,
language agnostic _________ protocol
TCP
The time in which the stream-processing application received the event fl perform some operations
on data
Processing time
The time when the event occurred which we are tracking and the record wai created is known as
Event time
Kafka
All options
all options
the application is blocked until the broker responds to the commit requc;t.
log.retention
If committed offset is larger than the offset of client processed last message, the messages between
committed offset and last processed offset
will be missed
Configure the ____ by which consumer in Kafka will commit the current offset.
log.retention
If the committed offset is larger than the offset of client processed last ssage, the messages between
committed offset and last processed offset
will be missed
Configure the _____ by which consumer in Kafka will commit the current offset
topic _consumer_offsets
All options
Which of the following serializer do we need to use, when the object we end to Kafka is a simple
String or Integer?
Default serializer
To distinguish compressed and uncompressed messages in Kafka, introduce new property ____ in the
message header
compression-attribute byte
In Kafka, _____ will commit the latest offset returned by poll and return once the offset is committed
commitSync()