Skip to content

spirit-component/httprmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

rocketmq

config example

components.httprmq.endpoint_1 {

        credentials = {
            c1 = {
                access-key = "Your Access Key"
                secret-key = "Your Secret Key"
                security-token = ""
            }
        }

        consumer {

            rate-limit {
                qps = 1000
                bucket-size = 1
            }

            instance-id     = ""
            credential-name = "c1"
            endpoint        = "http://127.0.0.1:9876"
            group-id        = "GROUP_ID_COMPONENT"
            max-fetch       = 16
            pull-timeout    = 30
            consume-orderly = true

            subscribe = {
                topic          = "API"
                expression     = "*"
            }
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages