-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
relate #1
MessagingAccessPoint: "dynamic" vs "static"
cpp impl use dlopen, and java impl use Class.forName for load MessagingAccessPoint lib, go can use plugin to load lib, but it is not common in go community, So I recommend use golang's sql impl style
package management
- go mod(recommend)
- dep
return err instead of throws
do not panic, return err
OMSResponseStatus code generator
for now, hard code this part
TODO
- OMS URL parser
- MessagingAccessPoint, ResourceManager
- OMS
- OMSResponseStatus
- Consumer
- Producer
- ProducerInterceptor
- ConsumerInterceptor
-
rocketmq MessagingAccessPoint impl -
kafka MessagingAccessPoint impl -
pulsar MessagingAccessPoint impl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels