We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee957ec commit 4b61b3bCopy full SHA for 4b61b3b
Actors/NotificationActor.cs
@@ -61,7 +61,7 @@ public NotificationActor(Notifier notifier)
61
BecomeStacked(Delaying);
62
});
63
64
- Receive<string>(m => notifier.ShowError(m));
+ Receive<string>(m => notifier.ShowCustomMessage(m, 9));
65
}
66
67
private void Delaying()
ToastNotifier.conf
@@ -9,13 +9,13 @@
9
authority-level= 3
10
11
server{
12
- url = "http://192.168.70.21:7780"
+ url = "http://192.168.70.23:7780"
13
14
15
16
kafka {
17
topics = ["bluecats.in.alert.opendistro"]
18
- bootstrap-servers = ["192.168.70.21:7710"]
+ bootstrap-servers = ["192.168.70.23:7710"]
19
20
21
akka.kafka.producer {
0 commit comments