Skip to content

Commit

Permalink
Replace olivere/elastic with our fork
Browse files Browse the repository at this point in the history
The fork exists to remove type of document
from the GET mapping request, which doesn't
work at Elasticsearch 8.

remp/remp#1385
  • Loading branch information
rootpd committed Sep 11, 2024
1 parent 3c35982 commit d253a81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Beam/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,5 @@ require (
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/olivere/elastic/v7 => github.com/rootpd/elastic/v7 v7.0.0-20240911082621-bad91d4bff6b
2 changes: 2 additions & 0 deletions Beam/go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a h1:9ZKAASQSHhDYGoxY8uLVpewe1GDZ2vu2Tr/vTdVAkFQ=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
github.com/rootpd/elastic/v7 v7.0.0-20240911082621-bad91d4bff6b h1:5RnWc/4vC8lLdxtlke9bAY3RB+/hxi7J9mMXlnl7tq8=
github.com/rootpd/elastic/v7 v7.0.0-20240911082621-bad91d4bff6b/go.mod h1:c7PVmLe3Fxq77PIfY/bZmxY/TAamBhCzZ8xDOE09a9k=
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=
github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I=
github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9/go.mod h1:SnhjPscd9TpLiy1LpzGSKh3bXCfxxXuqd9xmQJy3slM=
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

`### [Beam]

- [Tracker] Fixed Tracker not publishing messages to pub sub due to prematurely closed client. remp/remp#1384
- [Tracker] Fixed Tracker not publishing messages to pub/sub due to prematurely closed client. remp/remp#1384
- [Segments] Fixed Elasticsearch 8 incompatibility in mapping caching. remp/remp#1385

### [Mailer]

Expand Down

0 comments on commit d253a81

Please sign in to comment.