Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Kafka terminologies
#1
  • Broker:A kafka server (Broker/Agent) for the messages/data
  • Cluster: A group of computers/brokers connected together
  • Topic: A name for the kafka stream
  • Partition: A part of a topic
  • Offset: Unique ID for a message within a partition,keeps a track of number of data elements retrived by each component.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)