Open
Description
A new type of space has been added to the tarantool's master:
tarantool/tarantool@70e423e
create_tube
method allows you to create temporary tubes, but this functionality is disabled for replicaset mode:
if replicaset_mode and opts.temporary then
error("Cannot create temporary tube in replicaset mode")
end
It is necessary to investigate whether it is possible to enable this functionality on a new type of temporary space and whether it makes sense at all in replicaset mode.