Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
loicgreffier committed Jan 5, 2025
1 parent b720dbf commit cc16c96
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public class KafkaStreamsTopology {
/**
* Builds the Kafka Streams topology.
* The topology reads from the PERSON_TOPIC topic and processes the records with
* the {@link PutInStoreProcessor} processor that puts the records in a {@link TimestampedKeyValueStore} state store.
* the {@link PutInStoreProcessor} processor that puts the records in a
* {@link TimestampedKeyValueStore} state store.
* It demonstrates the two strategies to use a state store in a processor:
* - Using the {@link StreamsBuilder#addStateStore(StoreBuilder)} and specifying the store names
* in the {@link org.apache.kafka.streams.kstream.KStream#process(ProcessorSupplier, String...)} method.
Expand Down

0 comments on commit cc16c96

Please sign in to comment.