Replies: 1 comment
-
I find why and discuss this in a new article: [Bug] dubbo samples extensibility filter ArrayIndexOutOfBoundsException |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pre-check
Apache Dubbo Component
Java Samples (apache/dubbo-samples)
Details
Recently, I am learning some demo in dubbo-samples project.
https://github.com/apache/dubbo-samples/tree/master/10-task/dubbo-samples-extensibility
I first started the dubbo-samples-extensibility-filter-provider by IntelliJ Idea, and then I started the dubbo-samples-extensibility-filter-consumer.
The provider is run successfully, but the consumer prints some error in remote call of method getMetadataInfo.
Here I put the log in this article.
I am not sure why this problems occurs. Is there anyone find the same problem as me?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions