Skip to content

Commit

Permalink
mqbnet: Stop checking useNtf flag (#358)
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Pryakhin <[email protected]>
  • Loading branch information
waldgange authored Jul 16, 2024
1 parent ea5bcc0 commit 7f817c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/groups/mqb/mqbnet/mqbnet_tcpsessionfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -958,13 +958,6 @@ int TCPSessionFactory::start(bsl::ostream& errorDescription)

int rc = 0;

const mqbcfg::AppConfig& appConfig = mqbcfg::BrokerConfig::get();

if (!appConfig.networkInterfaces().tcpInterface().value().useNtf()) {
BALL_LOG_WARN << "Ignoring interface property 'useNtf' (false) "
<< "and using ntf, because only ntf supported";
}

ntca::InterfaceConfig interfaceConfig = ntcCreateInterfaceConfig(d_config);

bslma::ManagedPtr<mwcio::NtcChannelFactory> channelFactory;
Expand Down
1 change: 0 additions & 1 deletion src/python/blazingmq/dev/configurator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,6 @@ class Proto:
node_low_watermark=5242880,
node_high_watermark=1073741824,
heartbeat_interval_ms=3000,
use_ntf=False,
),
),
bmqconf_config=mqbcfg.BmqconfConfig(cache_ttlseconds=30),
Expand Down

0 comments on commit 7f817c4

Please sign in to comment.