nerdexam
Confluent

CCDAK · Question #132

To transform data from a Kafka topic to another one, I should use

The correct answer is D. Kafka Streams. Kafka Streams is a library for building streaming applications, specifically applications that transform input Kafka topics into output Kafka topics.

Application Design

Question

To transform data from a Kafka topic to another one, I should use

Options

  • AKafka Connect Sink
  • BKafka Connect Source
  • CConsumer + Producer
  • DKafka Streams

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    4% (1)
  • D
    91% (21)

Explanation

Kafka Streams is a library for building streaming applications, specifically applications that transform input Kafka topics into output Kafka topics.

Topics

#Kafka Streams#topic transformation#use case selection#stream processing

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice