Skip to content

feat(streaming): Kafka-based streaming API for Chapi (raw/resolved AST, two-pass resolve) #51

@phodal

Description

@phodal

Background

Chapi currently documents "scan twice" to improve cross-file/same-package resolution.

We want to expose Chapi as an external streaming service using Kafka:

  • Input: code-change events
  • Output: ast.raw / ast.resolved / diagnostics

Topics (v1)

  • chapi.code-change.v1
  • chapi.ast.raw.v1
  • chapi.ast.resolved.v1
  • chapi.diagnostic.v1

Acceptance

  • Same-package resolution works (e.g., Bar extends com.example.Foo)
  • Idempotent by eventId

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions