File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
streams-bootstrap-cli-test/src/main/java/com/bakdata/kafka/streams
streams-bootstrap-test/src/main/java/com/bakdata/kafka/streams Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 3434import java .util .function .Function ;
3535import java .util .function .UnaryOperator ;
3636import lombok .AccessLevel ;
37- import lombok .Getter ;
3837import lombok .NonNull ;
3938import lombok .RequiredArgsConstructor ;
4039
4140/**
4241 * Class that provides helpers for using Fluent Kafka Streams Tests with {@link KafkaStreamsApplication}
4342 */
4443@ RequiredArgsConstructor (access = AccessLevel .PRIVATE )
45- @ Getter
4644public final class TestApplicationTopologyFactory {
4745
4846 private final @ NonNull Function <RuntimeConfiguration , RuntimeConfiguration > configurationModifier ;
Original file line number Diff line number Diff line change 3232import java .util .function .Function ;
3333import java .util .function .UnaryOperator ;
3434import lombok .AccessLevel ;
35- import lombok .Getter ;
3635import lombok .NonNull ;
3736import lombok .RequiredArgsConstructor ;
3837
3938/**
4039 * Class that provides helpers for using Fluent Kafka Streams Tests with {@link ConfiguredStreamsApp}
4140 */
4241@ RequiredArgsConstructor (access = AccessLevel .PACKAGE )
43- @ Getter
4442public final class TestTopologyFactory {
4543
4644 private final @ NonNull Function <RuntimeConfiguration , RuntimeConfiguration > configurationModifier ;
You can’t perform that action at this time.
0 commit comments