OpenLiberty / guide-reactive-service-testing

A guide on how to test reactive Java microservices in true-to-production environments using MicroShed Testing.
https://openliberty.io/guides/reactive-service-testing.html
Other
1 stars 2 forks source link

Further comments on Inventory service #28

Closed Emily-Jiang closed 4 years ago

Emily-Jiang commented 4 years ago
  1. 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.
  2. Can you also explain the RestClient @RESTClient public static InventoryResource inventoryResource; and then show what InventorResource looks like.
MaiHameed commented 4 years ago

Explanation has been added at the end of this section: http://lgdev1.fyre.ibm.com:4020/guides/reactive-service-testing.html#testing-your-containers-2