Skip to content

Instantly share code, notes, and snippets.

View rahulraj90's full-sized avatar

Rahul Raj rahulraj90

View GitHub Profile
@RestController
public class ServiceController {
@Autowired
Facadeservice facadeService;
@GetMapping(value = "/search")
public String search(@RequestParam String text){
facadeService.doSomething(params);
}
2022-11-26 10:48:16.814 INFO 39132 --- [ main] app.service.ServiceApplication : Starting ServiceApplication using Java 11.0.13 on MMDFVFFT2CEQ05N with PID 39132 (/Users/rahulraj/temporal/temporal-poc/app-service/target/classes started by rahulraj in /Users/rahulraj/temporal/temporal-poc/app-service)
2022-11-26 10:48:16.817 INFO 39132 --- [ main] app.service.ServiceApplication : No active profile set, falling back to 1 default profile: "default"
2022-11-26 10:48:18.247 INFO 39132 --- [ main] i.t.s.WorkflowServiceStubsImpl : Created WorkflowServiceStubs for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=1, target=127.0.0.1:7233}}
2022-11-26 10:48:18.883 INFO 39132 --- [ main] app.service.ServiceApplication : Started ServiceApplication in 2.957 seconds (JVM running for 3.862)
2022-11-26 10:48:19.297 INFO 39132 --- [ main] io.temporal.internal.worker.Poller : start: Poller{name=Workflow Po