Should Testing using the Kafka consumer client be Testing using the Kafka producer client? I saw the Producer Client is used instead of Kafak consumer client.
Can you also explain the RestClient
@RESTClient
public static InventoryResource inventoryResource;
and then show what InventorResource looks like.