From c8d8f83efdfb02ca4a91cc5ec2cd1d8f5db95775 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:31:08 -0700 Subject: [PATCH] Remove comments --- components/broker/engine/engine.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/broker/engine/engine.go b/components/broker/engine/engine.go index b5480ae..a232086 100644 --- a/components/broker/engine/engine.go +++ b/components/broker/engine/engine.go @@ -389,10 +389,6 @@ func (brk *broker) routeEvent(ctx *BrokerEventContext) (err error) { sendSpan := routeSpan.StartChildSpan("Send Event") - // TODO: Problems I am facing that I need to figure out - // 1) All of the code to find the target adapater exists here in the broker. Because of this I need to pass along via gRPC context about the target adapter - // 2) OR look it up again in the HTTP server like: Host, potocol, options, header, ect.... - sub, found := brk.subMgr.Subscription(ctx.Event.Target, ctx.TargetAdapter) switch { case found: