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

Kafka circulars #2248

Merged
merged 4 commits into from
May 31, 2024
Merged

Kafka circulars #2248

merged 4 commits into from
May 31, 2024

Commits on May 30, 2024

  1. Ensure that inferred useDomain return type is compatible with client

    Adds a table streams event for circulars to be distributed over Kafka
    
    Co-authored-by: Leo Singer <leo.p.singer@nasa.gov>
    
    Consolidate handlers
    
    Update esbuild to not put the generated .node file in build directory
    
    package lock
    
    Adds circulars option to UI
    
    undo some moved code, document vars, update domain to use hostname
    
    Domain functions, trying to hook into SIGTERM
    
    Update test
    
    domain updates and reorder kafka function args
    
    memoizee
    
    Clean up Kafka sending
    
    - Type safety for getHostname
    - Memoize Kafka producer connection, disconnect before exit
    - Rename sendKafka to send --- it's implicit in the filename that
      this function sends Kafka records
    
    Only one definition of useDomain
    
    Copy node API modules to output dirs using an esbuild plugin
    lpsinger authored and dakota002 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    4c0a79f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb0f942 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #312 from lpsinger/sandbox-workaround

    Add Kafka client code path for local sandbox
    dakota002 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    72293ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f777712 View commit details
    Browse the repository at this point in the history