Skip to content

Commit

Permalink
fix: remove single threaded executor
Browse files Browse the repository at this point in the history
The single threaded executor was causing issues in combination with the GrpcResponseWriter. The response was send in a different thread from where the request was received. Since the writer reuses a DirectBuffer to store the record this could result in the buffer being modified by a thread, whilst the response was still being send in the single executor thread.
  • Loading branch information
remcowesterhoud committed May 10, 2022
1 parent 95bd731 commit e782635
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 263 deletions.
Loading

0 comments on commit e782635

Please sign in to comment.