<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>njet v4.0.1 :: NJET文档</title>
    <link>https://docs.njet.org.cn/docs/v4.0.1/index.html</link>
    <description>新增功能：&#xA;已有功能：&#xA;规范modules下各个模块的config 文件使用 动态增加VS时，如果是新增端口，可以在listen_option中设置配置（目前不支持quic） 优化event框架，提高消息处理速度 优化njetmq编译脚本 proto_server模块修改为动态模块 bug修复：&#xA;http/stream rr 算法backup 的tried 数组的越界问题 http/stream hash,random 算法遍历peers时越界问题 stream upstream zone 的内存分配失败时，service 字段的内存泄漏问题。 Goaccess 模块移除 njt_dynlog_parser.c njt_dynlog_parser.h 两个文件 libtcc1.a 跨平台拷贝路径问题 删除Dockerfile.ubuntu build_k8s.sh njet_sidecar.conf 多余文件 telemetry webserver模块编译告警问题 解决不规范使用njt_cycle-&gt;log的问题 编译脚本部分单词拼写错误问题 http cache 模块内存泄漏问题 解决njetmq未订阅的retain消息会导致内存泄露的问题 解决deb安装包pcre2依赖的检测问题 解决了循环添加动态location 多个然后再动态删除location时broker 进程 core的问题 健康检查配置前缀匹配导致认为已存在问题 健康检查部分代码分配使用了错误的结构长度问题 修复在Kunpeng 920 CPU上，rsync模块加载不成功的问题 解决代码在不同GCC下编译代码的兼容性问题</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Tue, 26 Aug 2025 10:58:27 +0800</lastBuildDate>
    <atom:link href="https://docs.njet.org.cn/docs/v4.0.1/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>指南</title>
      <link>https://docs.njet.org.cn/docs/v4.0.1/guide/index.html</link>
      <pubDate>Tue, 12 Aug 2025 15:37:01 +0800</pubDate>
      <guid>https://docs.njet.org.cn/docs/v4.0.1/guide/index.html</guid>
      <description>本部分包含：1. OpenNJet 介绍 2.Copilot 介绍 3. 动态配置框架 4.安装 5.基本使用 6.nginx迁移指南</description>
    </item>
    <item>
      <title>参考</title>
      <link>https://docs.njet.org.cn/docs/v4.0.1/reference/index.html</link>
      <pubDate>Wed, 13 Aug 2025 10:54:56 +0800</pubDate>
      <guid>https://docs.njet.org.cn/docs/v4.0.1/reference/index.html</guid>
      <description>参考 欢迎阅读 NJet 参考的完整文档。本部分包含：1.http 配置 2.stream 配置 3.upstream 4.资源管理 5.集群功能 6.协议 7.集成 8.可编程性</description>
    </item>
    <item>
      <title>配置样例</title>
      <link>https://docs.njet.org.cn/docs/v4.0.1/config_temlate/index.html</link>
      <pubDate>Fri, 15 Aug 2025 17:11:58 +0800</pubDate>
      <guid>https://docs.njet.org.cn/docs/v4.0.1/config_temlate/index.html</guid>
      <description></description>
    </item>
    <item>
      <title>常见问题</title>
      <link>https://docs.njet.org.cn/docs/v4.0.1/faq/index.html</link>
      <pubDate>Mon, 18 Aug 2025 10:57:21 +0800</pubDate>
      <guid>https://docs.njet.org.cn/docs/v4.0.1/faq/index.html</guid>
      <description>1.访问不存在的接口，会报500的错误。 2.njet_ctrl.conf中自定义了接口location，curl命令可以正常使用，但是doc gui无法使用。 njt_ctrl标准配置文件：需要包含如下location： /api 提供api维护 /metrics 指标输出接口 /doc/swagger openapi接口 3.安装后如何启动 使用 rpm 或 deb 二进制安装后，会在 /usr/lib/systemd/system/ 目录下添加 service文件。 使用 sudo systemctl start njet 启动服务。 使用 sudo systemctl stop njet 停止服务。 4.安装后如何解决和其他程序的端口冲突问题？ OpenNJet 安装后， /usr/local/njet/conf/ 目录下的初始配置文件， 监听 8080 和 8081 端口。 如果主机上有其它应用以及使用了对应端口， 可以修改配置文件路径下的njet.conf 及njet_ctrl.conf 文件。 5.在容器中如果出现使用ip6tables指令时出现报错 sudo ip6tables -t nat -S ip6tables v1.6.1: can&#39;t initialize ip6tables table `nat&#39;: Table does not exist (do you need to insmod?) 请在宿主机执行指令</description>
    </item>
    <item>
      <title>OpenNJet应用</title>
      <link>https://docs.njet.org.cn/docs/v4.0.1/njet_application/index.html</link>
      <pubDate>Mon, 25 Aug 2025 10:33:03 +0800</pubDate>
      <guid>https://docs.njet.org.cn/docs/v4.0.1/njet_application/index.html</guid>
      <description></description>
    </item>
    <item>
      <title>开发</title>
      <link>https://docs.njet.org.cn/docs/v4.0.1/development/index.html</link>
      <pubDate>Tue, 26 Aug 2025 10:58:27 +0800</pubDate>
      <guid>https://docs.njet.org.cn/docs/v4.0.1/development/index.html</guid>
      <description>本章节主要面向开发者，包含OpenNJet开发的编码规范，第三方模块迁移指南，CoPilot开发等内容。</description>
    </item>
  </channel>
</rss>