event.getObservable().onError(new CouchbaseException("Operation failed because it does not " +
"support cloning."));
}
if (message instanceof BinaryResponse) {
BinaryResponse response = (BinaryResponse) message;
if (response.content() != null && response.content().readableBytes() > 0) {
configurationProvider.proposeBucketConfig(response.bucket(),
response.content().toString(CharsetUtil.UTF_8));
}
}
}