Chia-Ping Tsai created KAFKA-17922: -------------------------------------- Summary: add helper to ClusterInstance to create client component Key: KAFKA-17922 URL: https://issues.apache.org/jira/browse/KAFKA-17922 Project: Kafka Issue Type: Sub-task Reporter: Chia-Ping Tsai
`ClusterInstance` can offer many meaningful default setting to build client component easily. Additionally, it can simplify the configs when it supports to run under security. The following helpers should be included 1. ClusterInstance#producer(Map<> overrides, serializer, serializer) 2. ClusterInstance#producer(serializer, serializer) 3. ClusterInstance#consumer(Map<> overrides, deserializer, deserializer) 4. ClusterInstance#consumer(deserializer, deserializer) 5. ClusterInstance#admin(Map) 4. ClusterInstance#admin() -- This message was sent by Atlassian Jira (v8.20.10#820010)