Skip to content

Conversation

@wx-coding
Copy link
Contributor

fix(graph): 1. correct streamingNode inputKey initialization & remove deprecated KeyStrategy
2. migrate GraphController to reactive execution to resolve Reactor blocking issue
3. replace deprecated StreamingChatGenerator with FluxConverter for reactive stream building

  • ensure streamingNode correctly reads inputKey from state
  • remove redundant KeyStrategy configuration and references
  • refactor controller to return Flux/Mono instead of blocking calls
  • align with WebFlux non-blocking architecture
  • resolves IllegalStateException caused by block() on reactor-http-nio thread
  • Ensure better type compatibility with new reactive API

… deprecated KeyStrategy

2. migrate GraphController to reactive execution to resolve Reactor blocking issue

- ensure streamingNode correctly reads inputKey from state
- remove redundant KeyStrategy configuration and references
- refactor controller to return Flux/Mono instead of blocking calls
- align with WebFlux non-blocking architecture
- resolves IllegalStateException caused by block() on reactor-http-nio thread
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

Successfully merging this pull request may close these issues.

1 participant