Re: [I] [Bug]: Kafka Consumer step fails when run inside async web service (hop)
hansva closed issue #7067: [Bug]: Kafka Consumer step fails when run inside async web service URL: https://github.com/apache/hop/issues/7067 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: Kafka Consumer step fails when run inside async web service (hop)
mattcasters commented on issue #7067: URL: https://github.com/apache/hop/issues/7067#issuecomment-4970640251 https://github.com/mattcasters/hop/tree/issue-7067 to be turned into a PR when hop main catches up with the Kafka bug fixes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: Kafka Consumer step fails when run inside async web service (hop)
mattcasters commented on issue #7067: URL: https://github.com/apache/hop/issues/7067#issuecomment-4962089491 So, aside from the bug... The plan is to just read new messages on a topic and then stop the Kafka pipeline somehow? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: Kafka Consumer step fails when run inside async web service (hop)
petertsneg commented on issue #7067: URL: https://github.com/apache/hop/issues/7067#issuecomment-4436622435 @justin-tomlinson I encountered the same issue before. I found that starting from version 2.16, a new 'request header content variable' field was added to the asynchronous web service. It must be configured for the service to function correctly. Hope this helps! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [Bug]: Kafka Consumer step fails when run inside async web service (hop)
justin-tomlinson commented on issue #7067: URL: https://github.com/apache/hop/issues/7067#issuecomment-4402731387 Current work around for this is to trigger the workflow via the sync call `executeWorkflow` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
