Ramsons (R2 2024) Changes and required actions

Functional Area

Change or Additions

Considerations

Action timing,
Action required

Comments

Contact person,
Related JIRAs

Functional Area

Change or Additions

Considerations

Action timing,
Action required

Comments

Contact person,
Related JIRAs

Affected app or module

What has been changed or added that should be noted for this release

What challenges may arise related to this change or addition

When can the action be taken (before, during or after upgrade)?

If applicable, detail what action(s) must be taken here

Is this action required for the next release?

Name of user leaving comment: comment on what you encountered or ask a question @mention Contact person

User name of person that can provide additional detail.
Include issue link for bug fix, story or feature that applies

mod-search

Implement indexing for inventory locations

 

Locations reindex needed after upgrade

 

@Viacheslav Kolesnyk , @Pavlo Smahin

MSEARCH-703, MSEARCH-702

mod-inventory-storage

Make Holdings’ sourceId field is required 

 

Update API major versions for

  • holdings-storage to 7.0

  • holdings-storage-batch-sync to 2.0

  • holdings-storage-batch-sync-unsafe to 2.0

 

@Viacheslav Poliakov (Unlicensed) ,

@Pavlo Smahin

MODINVSTOR-1161

Search, Inventory

To make mod-search consume all types of changes for instances, holdings, items, and changes related to bound-with functionality it has a consumer with a default Kafka topic pattern:

(${ENV}\.)(.*\.)inventory\.(instance|holdings-record|item|bound-with)
This pattern could be changed by setting KAFKA_EVENTS_CONSUMER_PATTERN environment variable.

If the library requires the default behavior of mod-search, please ensure that the KAFKA_EVENTS_CONSUMER_PATTERN is either omitted from the environment variables or is set to the same value as the default pattern.

 

 

@Pavlo Smahin