We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f5e49 commit 0a88691Copy full SHA for 0a88691
cpp/DataStorm/node/Reader.cpp
@@ -16,8 +16,7 @@ main(int argc, char* argv[])
16
// beginning of the program, before creating a DataStorm node or starting any thread.
17
Ice::CtrlCHandler ctrlCHandler;
18
19
- // Default properties. Communicators used by DataStorm must have a property set that can use the "DataStorm"
20
- // opt-in prefix.
+ // Default properties.
21
auto defaultProperties = make_shared<Ice::Properties>();
22
// Connect to the DataStorm node running on localhost port 10000
23
defaultProperties->setProperty("DataStorm.Node.ConnectTo", "tcp -h localhost -p 10000");
0 commit comments