rackerlabs / atom-hopper

ATOM Hopper - The Java ATOMpub Server
http://atomhopper.org
59 stars 55 forks source link

Tenant-Id-Issue #344

Closed kavishkhanna closed 4 months ago

kavishkhanna commented 6 months ago

Issues

  1. All the feeds created by admin were coming in the other role calls.
  2. No filtering was being done according to the tenant id.
  3. Both type of tenant search old and new were failing.

Resolutions:

  1. Filter params were created in the dynamodb adapter DynamoDBFeedSource.java , but were never used. So instead of creating the params, we have created the filter for categories.
  2. khannakavish/cloudfeeds-atomhopper:v234 --> Can use this docker image for testing.
  3. In CategoryStringGenerator.java and SQLToNoSqlConverter.java changed the value of the categories field going to filter the output.