Jaechang Nam created CAMEL-10637:
------------------------------------
Summary: IllegalStateException that is not thrown in
IgniteMessagingEndpoint
Key: CAMEL-10637
URL: https://issues.apache.org/jira/browse/CAMEL-10637
Project: Camel
Issue Type: Bug
Reporter: Jaechang Nam
Priority: Trivial
In current snapshot (e4c6ab4e3ac0ce80c2430fe333bbd0a88de65826),
IllegalStateException is not thrown in
components/camel-ignite/src/main/java/org/apache/camel/component/ignite/messaging/IgniteMessagingEndpoint.java.
{code}
76 public Consumer createConsumer(Processor processor) throws Exception {
77 // Validate options.
78 if (topic == null) {
79 new IllegalStateException("Cannot initialize an Ignite
Messaging Producer with a null topic.");
80 }
81
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)