Centos8 搭建 kafka2.8 .net5 简单使用kafka
摘要:1、选择要安装的版本http://kafka.apache.org/downloads 2、wget https://mirrors.bfsu.edu.cn/apache/kafka/2.8.0/kafka_2.12-2.8.0.tgz 3、tar -xzvf kafka_2.12-2.8.0.tg
阅读全文
.net core 3.1 ActionFilter 拦截器 偶然 OnActionExecuting 中HttpContext.Session.Id 为空字符串 的问题
摘要:#region 使用Redis保存Session string address = Configuration["RedisAddress"] + ",password=" + Configuration["RedisPassWord"]; //添加数据保护(把sessionid存储到redis)
阅读全文