pub async fn last( addr: &str, topic: Option<&str>, last: usize, follow: bool, with_timestamp: bool, ) -> Result<(), Box<dyn Error + Send + Sync>>