Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUE integration #169

Open
alex1yaremchuk opened this issue Nov 18, 2024 · 1 comment
Open

CUE integration #169

alex1yaremchuk opened this issue Nov 18, 2024 · 1 comment

Comments

@alex1yaremchuk
Copy link

alex1yaremchuk commented Nov 18, 2024

Hi!

I've been playing with NATS and Bento and wanted to include CUE into fun.
Probably this issue is between Bento and CUE so I'll post it both repos.

Carefully following the instructions leads to CUE being unable to process the resulting first (simple) example - it hangs indefinitely.

Observations:

  1. CUE doesn't hang on its own simple example
  2. if I simplify Bento schema to just below then it works
    package bento
    #Config: {
    input: _
    output: _
    // Include only top-level fields you need
    }
  3. CUE provides no outputs in the process when it hangs
  4. cue eval cannot finish as well

Thank you!

PS that would be nice to replace "benthos" with "bento" on the tutorial page as it is a bit confusing now.

@alex1yaremchuk
Copy link
Author

So, I think it was mentioned here:

cue-lang/cue#2398
cue-lang/cue#1827

similar thing was mentioned here, but the bug mentioned in 1827 seem to be fixed in Bento.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant