Daisuke Taniwaki

Results 19 comments of Daisuke Taniwaki

@johanbrandhorst Thank you for the reply. I wanted to do it but the reflection package doesn't expose anything. https://github.com/grpc/grpc-go/blob/0aa47d32dae466606c4f6200663093be54dbc7b2/reflection/serverreflection.go#L59 Maybe, my golang knowledge is not perfect. Could you tell me...

That’s also an option. Is it possible to pass operation name to the regular auth function so we can filter requests by operation name?

I also realized fixer doesn't mention what it fixed.

I really wanted to use this feature, but since I can't find any stable one in public, I implemented an extensible polling logic for HDFS which implements `Walk` method in...

Can we receive a slice of submitters in the arguments? I know the composite pattern can be used to implement multiple submitters but giving multiple submitters to a simulator is...

Let me think about it a little bit more. Maybe naming the composite pattern like SubmitterGroup May help.

> when it becomes necessary to handle more complex situations such as dynamic registration Aren't we dropping this feature? So, it's just as simple as below: ``` queue := queue.NewPriorityQueue()...

I think an option of printing output as a human readable table is nice.

I'm still thinking which format is better, graph or tree for recursive list. Graph ``` * aaa * bbb |\ | * ccc * | ddd |\ \ | *...