Skip to content

[FEATURE REQ] Full support for SSE #50264

Description

Goal

Provide consistent synchronous, asynchronous, and generated SSE support for Azure Java client libraries.

Current state

Work items

Azure Core contracts

TypeSpec Java emitter

Dependency order

  1. Define the synchronous API shape and public event contracts.
  2. Generate response-to-SSE decoding in each service SDK's implementation package.
  3. Generate public sync/async operations and polymorphic event models.

Current decisions

  • Keep response-to-SSE decoding in generated service SDK implementation code rather than Azure Core.
  • Use Search as the initial validation target.

Deferred

  • Automatic reconnect
  • Last-Event-ID resumption
  • Retry policy and recovery guidance

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions