Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-10637

IllegalStateException that is not thrown in IgniteMessagingEndpoint

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.17.5, 2.18.2, 2.19.0
    • camel-ignite
    • None
    • Novice

    Description

      In current snapshot (e4c6ab4e3ac0ce80c2430fe333bbd0a88de65826), IllegalStateException is not thrown in components/camel-ignite/src/main/java/org/apache/camel/component/ignite/messaging/IgniteMessagingEndpoint.java.

       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 
      

      Attachments

        Issue Links

          Activity

            People

              acosentino Andrea Cosentino
              lifove JC
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: