QuarkusClassLoader bannedResources and Apache Beam #31933
Unanswered
cfinkelstein
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Here is my example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was wondering if I can use the Quarkus Console Runner to execute my Apache Beam pipeline. Apache Beam serializes an Element before it will be handed over to the next pipeline step. But it does not work because the QuarkusClassLoader will be used here which bans all the project classes.
Can someone explain what the concept of banned resources is and why it does not work here?
Beta Was this translation helpful? Give feedback.
All reactions