Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jun 9, 2024
1 parent 5b9df75 commit c8d8f83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/broker/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c8d8f83

Please sign in to comment.