Available in VPC
You can view data transferred to a topic from the Topic menu.
View data
You can check up to 20 of the most recent data (messages) transferred to the topic's partition. To view data:
- In the VPC environment of the NAVER Cloud Platform console, navigate to
> Services > Big Data & Analytics > Data Stream. - Click the Topic menu.
- In the topic list, click on View service details of the topic for which you want to check the transferred data.
- On the topic details interface, click the [Data] tab menu.
- Select the partition you want to view by clicking on it in the Partition drop-down list.
- Check the data information retrieved from the search results.
- Timestamp (UTC+09:00): Time message was created (transferred) (based on UTC+09:00).
- Offset: Location information within the partition where messages are stored.
- Key: Message's unique identifier.
- Value: Message value (actual data content transferred by producer).
Note
To retrieve the latest data, click [Refresh].
The search result data is displayed after being encoded as a string type. If the data type is not string, some results may be displayed differently.