Threaded conversations # Threads Service Threads provides threaded conversations as a service grouped by topics. ## Usage Generated with ``` micro new threads ``` ## Usage Generate the proto code ``` make proto ``` Run the service ``` micro run . ```