You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,7 +52,7 @@ client to send messages to this haystack-agent.
52
52
agents {
53
53
spans {
54
54
enabled = true
55
-
port = 34000
55
+
port = 35000
56
56
57
57
dispatchers {
58
58
kinesis {
@@ -77,7 +77,7 @@ agents {
77
77
}
78
78
ossblobs {
79
79
enabled = false
80
-
port = 34001
80
+
port = 35001
81
81
max.blob.size.in.kb = 512
82
82
dispatchers {
83
83
s3 {
@@ -230,7 +230,7 @@ b. client.connectionpool.keepalive.minutes - keep alive duration in minutes for
230
230
231
231
### S3 Dispatcher
232
232
233
-
This dispatcher is specifically for dispatching blobs to AWS S3 Server. It also has the ability to read the blobs from the same bucket. You need a GRPC client to read the blobs from port 34001.
233
+
This dispatcher is specifically for dispatching blobs to AWS S3 Server. It also has the ability to read the blobs from the same bucket. You need a GRPC client to read the blobs from port 35001.
0 commit comments