Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Ditto Java Client - search support

In this exercise the basic search interactions are practiced, including subscribe, request and cancel subscriptions as subscriber or stream.

Fill in your credentials in src/test/resources/config.properties.

The Katas are provided as JUnit tests. Find the Katas in folder src/main/test, replace the TODOs with actual code and run the test.


  • Kata1: Create subscription as stream and validate results.
  • Kata2: Create subscription as subscriber, request and validate results.
  • Kata3: Create Subscription as akka stream, request and validate results.