plugin = eosio::mongo_db_plugin 这个插件 还能 用吗
没什么能用不能用,都是标准的插件接口,只是官方不推荐了,2.1 RC 已经删除了, 如果现有业务依赖 mongo 还是可以使用的,主要的问题是 mongo_db_plugin 耦合太重,容易造成意外退出后,造成 data 脏掉,这就麻烦了,目前推荐的是 https://github.com/EOSIO/history-tools,https://github.com/EOSIO/eos/pull/9014