Annotation Interface ClientConfig
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
@Repeatable(List.class)
public @interface ClientConfig
ClientConfig is used to provide client configuration to any of the three Kafka
Clients (AdminClient,
Producer and Consumer).
The annotation is supported on fields in a test class, or on a parameter in a lifecycle method or test method.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements