In our generated API, each type annotated with@HollowPrimaryLeyhas a static method to obtain aUniqueIndex. For primary keys with multiple fields abeanclass is also generated to hold key values. AUniqueIndexmay be also created explicitly to index by any field, or multiple fields. ...
Now that our producer is writing data into S3, we need our consumers to read that data. Open up the Consumer class in the Hollow reference implementation project. Modify the main method: swap the BlobRetriever and AnnouncementWatcher implementations as follows, replacing zzz-hollow-reference-impleme...