QianChenJun opened a new issue, #587:
URL: https://github.com/apache/rocketmq-site/issues/587

   The issue tracker is **ONLY** used for bug report and feature request. 
   
   Any question or RocketMQ proposal please use our [mailing 
lists](http://rocketmq.apache.org/about/contact/).
   
   **BUG REPORT**
   1. Please describe the issue you observed:
   These [files](https://github.com/apache/rocketmq-site/pull/549/files ) pr 
add some document descriptions, one about `enableTopicMessageTypeCheck` false 
by default.
   
![image](https://github.com/apache/rocketmq-site/assets/74245184/e2116307-b934-42c0-9cad-b30fb5a8e475)
   but this code 
[ProxyConfig.java](https://github.com/apache/rocketmq/blob/f534501855f8edbcb58f5b856973bf1027b5cf3a/proxy/src/main/java/org/apache/rocketmq/proxy/config/ProxyConfig.java#L124)
  defaults to true.
   ```java
       private long defaultInvisibleTimeMills = 
Duration.ofSeconds(60).toMillis();
       private long minInvisibleTimeMillsForRecv = 
Duration.ofSeconds(10).toMillis();
       private long maxInvisibleTimeMills = Duration.ofHours(12).toMillis();
       private long maxDelayTimeMills = Duration.ofDays(1).toMillis();
       private long maxTransactionRecoverySecond = 
Duration.ofHours(1).getSeconds();
       private boolean enableTopicMessageTypeCheck = true;
   ```
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions how to fix, etc):


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to