Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CommandsService/AsyncDataServices/MessageBusSubscriber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private void InitializeRabbitMQ()

Console.WriteLine("--> Listenting on the Message Bus...");

_connection.ConnectionShutdown += RabbitMQ_ConnectionShitdown;
_connection.ConnectionShutdown += RabbitMQ_ConnectionShutdown;
}

protected override Task ExecuteAsync(CancellationToken stoppingToken)
Expand All @@ -66,7 +66,7 @@ protected override Task ExecuteAsync(CancellationToken stoppingToken)
return Task.CompletedTask;
}

private void RabbitMQ_ConnectionShitdown(object sender, ShutdownEventArgs e)
private void RabbitMQ_ConnectionShutdown(object sender, ShutdownEventArgs e)
{
Console.WriteLine("--> Connection Shutdown");
}
Expand All @@ -82,4 +82,4 @@ public override void Dispose()
base.Dispose();
}
}
}
}
4 changes: 2 additions & 2 deletions CommandsService/EventProcessing/EventProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ private void addPlatform(string platformPublishedMessage)
}
else
{
Console.WriteLine("--> Platform already exisits...");
Console.WriteLine("--> Platform already exists...");
}

}
Expand All @@ -86,4 +86,4 @@ enum EventType
PlatformPublished,
Undetermined
}
}
}
4 changes: 2 additions & 2 deletions K8S/platforms-depl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
protocol: TCP
port: 80
targetPort: 80
- name: plafromgrpc
- name: platformgrpc
protocol: TCP
port: 666
targetPort: 666
targetPort: 666