Gordon

Results 19 comments of Gordon

补充下,INSERT语句是可以保存```和?的,但UPDATE语句不可以。见图: ![image](https://user-images.githubusercontent.com/5645296/59006296-84f0ee00-8864-11e9-89cc-80df4a3b12ec.png)

@fede1024 @niedhui I know that rdkafka added new feature: cooperative-rebalancing from version 0.27.0, I am not sure if this will be effort Consumer receiving message, if does, how to set...

Hi @scanterog Thanks for your reply. In my scenario, Consumer subscribe topics using regex like this: `1-[a-zA-Z].*$`, then Producer send a message to a non-existing topic `1-testtopic`, Consumer will receive...

1, How many members/instances do you have on your consumer group? There are 600 topics and less than 10 consumer, and new topics will add into Kafka continuous. 2, Production...

@i-am-chauhan I found that this issue occurred by Kafka rebalance, we must wait for the rebanlance finished. No solution for this issue.

@guregu Is this issue any progress? It is not updated for several years.

Hi @radurobot Thanks for your reply. No, there are no any proxies set up. The gin application is lunched in AWS lambda and access the API via AWS API Gateway....

Thanks for your message. Waiting for testing new function after merge into main branch.

Hi @duaneking Thanks for your response and docs. I read the issues carefully. I add TrustedPlatform to my code: ```Golang router := gin.New() router.SetTrustedProxies(nil) router.TrustedPlatform = "X-Forwarded-For" r1 := router.Group("/users")...

Hi there, It seems `@x-order` and `operationsSorter` don't work, any new way?