Skip to content

Commit 61160a7

Browse files
committed
Signal usage of shard-aware driver
1 parent 0be4602 commit 61160a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cluster.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "speculative_execution.hpp"
2626
#include "utils.hpp"
2727

28+
#include <iostream>
29+
2830
using namespace datastax;
2931
using namespace datastax::internal::core;
3032

@@ -235,6 +237,8 @@ Cluster::Cluster(const ControlConnection::Ptr& connection, ClusterListener* list
235237
, local_dc_(local_dc)
236238
, supported_options_(supported_options)
237239
, is_recording_events_(settings.disable_events_on_startup) {
240+
std::cout << "===== Using optimized driver!!! =====\n";
241+
238242
inc_ref();
239243
connection_->set_listener(this);
240244

0 commit comments

Comments
 (0)