You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2021/11/10 06:25:27 UTC

[GitHub] [incubator-inlong] hawickhuang opened a new issue #1783: [Bug] Topic filters config has't any effects

hawickhuang opened a new issue #1783:
URL: https://github.com/apache/incubator-inlong/issues/1783


   ### What happened
   
   i have config filters in address, but util receive other message of this topic 
         ```
     addr := fmt.Sprintf(
   		"%s?topic=%s&group=%s&filters=%s",
   		host,
   		topic,
   		group,
   		filters,
   	)
   	cfg, err := tubeconfig.ParseAddress(addr)
   ```
   
   ### What you expected to happen
   
   just get the message in config
   
   ### How to reproduce
   
   `
   addr := fmt.Sprintf(
   		"%s?topic=%s&group=%s&filters=%s",
   		host,
   		topic,
   		group,
   		filters,
   	)
   	log.Debug(addr)
   
   	cfg, err := tubeconfig.ParseAddress(addr)
   `
   
   ### Environment
   
   linux
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong TubeMQ
   
   ### Are you willing to submit PR?
   
   - [ ] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] gosonzhang closed issue #1783: [Bug] Topic filters config has't any effects

Posted by GitBox <gi...@apache.org>.
gosonzhang closed issue #1783:
URL: https://github.com/apache/incubator-inlong/issues/1783


   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-inlong] TszKitLo40 commented on issue #1783: [Bug] Topic filters config has't any effects

Posted by GitBox <gi...@apache.org>.
TszKitLo40 commented on issue #1783:
URL: https://github.com/apache/incubator-inlong/issues/1783#issuecomment-964825950


   Thanks, I will fix it.


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org